diff --git a/p5-common-sense/.footprint b/p5-common-sense/.footprint new file mode 100644 index 000000000..c48e4354e --- /dev/null +++ b/p5-common-sense/.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/common/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/common/sense/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/common/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/common/sense.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/common::sense.3pm.gz diff --git a/p5-common-sense/.signature b/p5-common-sense/.signature new file mode 100644 index 000000000..ed5a02256 --- /dev/null +++ b/p5-common-sense/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF30JMTsyHC2NVXDcbyJJ80OhS/lRvkXHeJtzrHDAyKQKIrQpSStA3oHjEcaGXrkhpuBEGXGT7CnyeUu37NUGHQQA= +SHA256 (Pkgfile) = 5e3f245d775201c991e0a3ce4d9ad074539d97bdb5760f43f8f01a673e34f880 +SHA256 (.footprint) = 0f456fcfbae1b571f417a1ea3bd895e7b74df92b8c7242f71891d7759a9c82a5 +SHA256 (common-sense-3.74.tar.gz) = 771f7d02abd1ded94d9e37d3f66e795c8d2026d04defbeb5b679ca058116bbf3 diff --git a/p5-common-sense/Pkgfile b/p5-common-sense/Pkgfile new file mode 100644 index 000000000..2a68ee157 --- /dev/null +++ b/p5-common-sense/Pkgfile @@ -0,0 +1,17 @@ +# Description: Implements some sane defaults for Perl programs +# URL: https://cpan.metacpan.org/dist/common-sense +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: + +name=p5-common-sense +version=3.74 +release=1 +source=(https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/common-sense-$version.tar.gz) + +build() { + cd common-sense-$version + perl Makefile.PL INSTALLDIRS=vendor + make + make DESTDIR=$PKG install + find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete +}