forked from ports/contrib
p5-business-issn: initial commit, version 1.003
This commit is contained in:
parent
e68bbbcab5
commit
fb52e6c214
17
p5-business-issn/.footprint
Normal file
17
p5-business-issn/.footprint
Normal 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
|
5
p5-business-issn/.signature
Normal file
5
p5-business-issn/.signature
Normal 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
22
p5-business-issn/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user