1
0
forked from ports/contrib

p5-business-issn: initial commit, version 1.003

This commit is contained in:
Tim Biermann 2019-08-31 10:40:01 +00:00
parent e68bbbcab5
commit fb52e6c214
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 44 additions and 0 deletions

View File

@ -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

View File

@ -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

22
p5-business-issn/Pkgfile Normal file
View File

@ -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.gz)
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
}