1
0
forked from ports/contrib

p5-business-ismn: initial commit, version 1.201

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

View File

@ -0,0 +1,20 @@
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/ISMN.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/Business/ISMN/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Business/ISMN/Data.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/ISMN/
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::ISMN.3pm.gz
-r--r--r-- root/root usr/share/man/man3/Business::ISMN::Data.3pm.gz

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xmltec//gtpL3CAbRRdbmHHbJkVz/por4P4+CksuiBrzQVtpNEYrLlWxLPLhvG4sW60PfYOWJJNEnDUKLcEmAc=
SHA256 (Pkgfile) = b44edd093cbc4bda4eec8d13c3f191445404af4dff5e590df466a6855bc2bb6f
SHA256 (.footprint) = 03241111acfd7f672ae7118aca37c08128eab1b3325cef625945d5c9da5a5d27
SHA256 (Business-ISMN-1.201.tar.gz) = 4a3231a16456bf8cbf17f26b65243f247078b5145d9a03aa7586baf09577ecb2

23
p5-business-ismn/Pkgfile Normal file
View File

@ -0,0 +1,23 @@
# Description: Perl package to work with International Standard Music Numbers
# URL: https://metacpan.org/release/Business-ISMN
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: p5-tie-cycle
name=p5-business-ismn
version=1.201
release=1
source=(https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Business-ISMN-$version.tar.gz)
build() {
cd Business-ISMN-$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
make DESTDIR=$PKG install
find $PKG -name .packlist -o \
-name perllocal.pod -o \
-name README -o \
-name '*.bs' | xargs rm
}