ports/contrib (3.5): p5-sub-name: initial commit, version 0.21
commit f84cf8c88bc472a2afcda8f9fecac18090a04123 Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 31 10:40:46 2019 +0000 p5-sub-name: initial commit, version 0.21 diff --git a/p5-sub-name/.footprint b/p5-sub-name/.footprint new file mode 100644 index 00000000..8c50b41b --- /dev/null +++ b/p5-sub-name/.footprint @@ -0,0 +1,18 @@ +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/linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Sub/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Sub/Name.pm +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/Name/ +-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Sub/Name/Name.so +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::Name.3pm.gz diff --git a/p5-sub-name/.signature b/p5-sub-name/.signature new file mode 100644 index 00000000..0431ec58 --- /dev/null +++ b/p5-sub-name/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF33RB6n2HoDSDCtznpAQJ0eklSsIq3Sr8v1z3KJDq5WOqvdeVlJlHYd8vCvJ6w6iQoaUS9ILru/suInmwQZw5Cww= +SHA256 (Pkgfile) = 7e742a0cc42d5303449173fe6fbe83a72debb9f25bc692e0f0764526fd9c1641 +SHA256 (.footprint) = eb6e4700c20d257c94ee15e889487532e463c9669d76dc7238396844856670e9 +SHA256 (Sub-Name-0.21.tar.gz) = bd32e9dee07047c10ae474c9f17d458b6e9885a6db69474c7a494ccc34c27117 diff --git a/p5-sub-name/Pkgfile b/p5-sub-name/Pkgfile new file mode 100644 index 00000000..8d76b695 --- /dev/null +++ b/p5-sub-name/Pkgfile @@ -0,0 +1,17 @@ +# Description: (re)name a sub +# URL: https://cpan.metacpan.org/dist/Sub-Name +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: + +name=p5-sub-name +version=0.21 +release=1 +source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/Sub-Name-$version.tar.gz) + +build() { + cd Sub-Name-$version + perl Makefile.PL + make + make install INSTALLDIRS=vendor DESTDIR=$PKG + find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete +}
participants (1)
-
crux@crux.nu