summaryrefslogtreecommitdiff
path: root/p5-sub-install
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-31 10:40:33 +0000
committerTim Biermann <tbier@posteo.de>2019-08-31 10:40:33 +0000
commitaa9cd11da83cffbfea05a2f150b5d4ded1276024 (patch)
treea6c4e6adefaaed40e6816f9a4dfee9cf108ee7a8 /p5-sub-install
parent40caf8c0f656c448e9391726dd1471c18afd33c5 (diff)
downloadcontrib-aa9cd11da83cffbfea05a2f150b5d4ded1276024.tar.gz
contrib-aa9cd11da83cffbfea05a2f150b5d4ded1276024.tar.xz
p5-sub-install: initial commit, version 0.928
Diffstat (limited to 'p5-sub-install')
-rw-r--r--p5-sub-install/.footprint17
-rw-r--r--p5-sub-install/.signature5
-rw-r--r--p5-sub-install/Pkgfile20
3 files changed, 42 insertions, 0 deletions
diff --git a/p5-sub-install/.footprint b/p5-sub-install/.footprint
new file mode 100644
index 000000000..2c28d14b1
--- /dev/null
+++ b/p5-sub-install/.footprint
@@ -0,0 +1,17 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/perl5/
+drwxr-xr-x root/root usr/lib/perl5/5.28/
+drwxr-xr-x root/root usr/lib/perl5/5.28/linux-thread-multi/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/Sub/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Sub/Install.pm
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Sub/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Sub/Install/
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man3/
+-r--r--r-- root/root usr/share/man/man3/Sub::Install.3pm.gz
diff --git a/p5-sub-install/.signature b/p5-sub-install/.signature
new file mode 100644
index 000000000..96ba29703
--- /dev/null
+++ b/p5-sub-install/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF37AfT4IcI+gpDXyGhMT6kphshJXOCYpRC15S/GeEOKrrbOXN96XtOLrqYq4BdQLaXfmqCzpEeDbU+3sar5juHA8=
+SHA256 (Pkgfile) = 2729d797a20803a908eab10dabfca7d59b07378267578def753245de028c2ae3
+SHA256 (.footprint) = 59a8925f3346dd00a837fab463b320badb6bee075ff99aa65c70f3a02fd33665
+SHA256 (Sub-Install-0.928.tar.gz) = 61e567a7679588887b7b86d427bc476ea6d77fffe7e0d17d640f89007d98ef0f
diff --git a/p5-sub-install/Pkgfile b/p5-sub-install/Pkgfile
new file mode 100644
index 000000000..cc79f4b7d
--- /dev/null
+++ b/p5-sub-install/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Install subroutines into packages easily
+# URL: https://metacpan.org/release/Sub-Install
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on:
+
+name=p5-sub-install
+version=0.928
+release=1
+source=(https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Install-$version.tar.gz)
+
+build() {
+ cd Sub-Install-$version
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+ make DESTDIR=$PKG install
+ find $PKG -name .packlist -o \
+ -name perllocal.pod -o \
+ -name README -o \
+ -name '*.bs' | xargs rm
+}

Generated by cgit