commit fb52e6c214e7d95548c427a3b2b7ddc2e2c7ada0 Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 31 10:40:01 2019 +0000 p5-business-issn: initial commit, version 1.003 diff --git a/p5-business-issn/.footprint b/p5-business-issn/.footprint new file mode 100644 index 00000000..46d915f6 --- /dev/null +++ b/p5-business-issn/.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/Business/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Business/ISSN.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/Business/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Business/ISSN/ +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/Business::ISSN.3pm.gz diff --git a/p5-business-issn/.signature b/p5-business-issn/.signature new file mode 100644 index 00000000..88a99eb0 --- /dev/null +++ b/p5-business-issn/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3w97jlSWqlmyYKeDPWM/Gr0VA0tTbtrAXcCpYczDe4pc1ylr6wDlaD70lFBHQROZSh7ppTFPmd85hmrd3fPTsAs= +SHA256 (Pkgfile) = 8bd06ec4a4874d1abb3fbb1496287b10e31b1289fc5eecc87a02754aec2c2cc0 +SHA256 (.footprint) = b41bdc1d0c02ce16f9e0b253770583b1d7622f54eb53c1f613c6bfb23a82aa62 +SHA256 (Business-ISSN-1.003.tar.gz) = 1272456c19937a24bc5f9a0db9dc447043591137719ee4dc955a63be544b99d1 diff --git a/p5-business-issn/Pkgfile b/p5-business-issn/Pkgfile new file mode 100644 index 00000000..08034add --- /dev/null +++ b/p5-business-issn/Pkgfile @@ -0,0 +1,22 @@ +# Description: Perl package to work with International Standard Serial Numbers +# URL: https://cpan.metacpan.org/dist/Business-ISSN +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: + +name=p5-business-issn +version=1.003 +release=1 +source=(https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Business-ISSN-$version.tar.g...) + +build() { + cd Business-ISSN-$version + unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT + export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps + perl Makefile.PL + make + make install INSTALLDIRS=vendor DESTDIR=$PKG + find $PKG -name .packlist -o \ + -name perllocal.pod -o \ + -name README -o \ + -name '*.bs' | xargs rm +}