ports/contrib (3.5): p5-namespace-autoclean: initial commit, version 0.28
commit f544cb03225cc684428ec3e7fe7039900a889d54 Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 31 10:40:27 2019 +0000 p5-namespace-autoclean: initial commit, version 0.28 diff --git a/p5-namespace-autoclean/.footprint b/p5-namespace-autoclean/.footprint new file mode 100644 index 00000000..7f37241f --- /dev/null +++ b/p5-namespace-autoclean/.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/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/namespace/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/namespace/autoclean/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/namespace/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/namespace/autoclean.pm +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/namespace::autoclean.3pm.gz diff --git a/p5-namespace-autoclean/.signature b/p5-namespace-autoclean/.signature new file mode 100644 index 00000000..35eb2845 --- /dev/null +++ b/p5-namespace-autoclean/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF33E5dj25Cawf2gl2f2623fxj3p8rnPc3Meofx9KwIqRrFyDA+4Y9NXb4RFfDRlss7apRMVKqWYx+gmwzIbgVKQE= +SHA256 (Pkgfile) = 92cd693b98c5c925d47a85ec00792cc098351bb3b51112d72aee3d03b2c3f239 +SHA256 (.footprint) = eff03bca1ff57684d32d78530ebea13d070264e40149f3f6e705fc251b9e1c02 +SHA256 (namespace-autoclean-0.28.tar.gz) = cd410a1681add521a28805da2e138d44f0d542407b50999252a147e553c26c39 diff --git a/p5-namespace-autoclean/Pkgfile b/p5-namespace-autoclean/Pkgfile new file mode 100644 index 00000000..2aadbffe --- /dev/null +++ b/p5-namespace-autoclean/Pkgfile @@ -0,0 +1,17 @@ +# Description: Keep imports out of your namespace +# URL: https://metacpan.org/release/namespace-autoclean +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: p5-b-hooks-endofscope p5-namespace-clean p5-sub-identify + +name=p5-namespace-autoclean +version=0.28 +release=1 +source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/namespace-autoclean-$version...) + +build() { + cd namespace-autoclean-$version + perl Makefile.PL INSTALLDIRS=vendor + make + make DESTDIR=$PKG install + find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete +}
participants (1)
-
crux@crux.nu