forked from ports/contrib
p5-data-optlist: initial commit, version 0.110
This commit is contained in:
parent
ffcd0fae5e
commit
f00c5cb57a
17
p5-data-optlist/.footprint
Normal file
17
p5-data-optlist/.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/Data/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Data/OptList.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/Data/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Data/OptList/
|
||||
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/Data::OptList.3pm.gz
|
5
p5-data-optlist/.signature
Normal file
5
p5-data-optlist/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF387yvCcmonL8TptmITNX2HM6dIJOW8Zve+7B2UxzZ+dTcb9dM9wQAGgyPsBwxGuWcAvJ78gyHY1axIvf58K9Jw8=
|
||||
SHA256 (Pkgfile) = 6668d29e1ae64aeb70c55f92443f0b8f6430dd3be593c472326e1815d6c19582
|
||||
SHA256 (.footprint) = c73c853332414bf6f76d38ce91165605da6c34002a53da68ac88a11a5d1af943
|
||||
SHA256 (Data-OptList-0.110.tar.gz) = 366117cb2966473f2559f2f4575ff6ae69e84c69a0f30a0773e1b51a457ef5c3
|
25
p5-data-optlist/Pkgfile
Normal file
25
p5-data-optlist/Pkgfile
Normal file
@ -0,0 +1,25 @@
|
||||
# Description: Parse and validate simple name/value option pairs
|
||||
# URL: https://metacpan.org/release/Data-OptList
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: p5-params-util p5-scalar-list-utils p5-sub-install
|
||||
|
||||
name=p5-data-optlist
|
||||
version=0.110
|
||||
release=1
|
||||
source=(https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Data-OptList-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd Data-OptList-$version
|
||||
export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
|
||||
PERL_AUTOINSTALL=--skipdeps \
|
||||
PERL_MM_OPT="INSTALLDIRS=vendor" \
|
||||
PERL_MB_OPT="--installdirs vendor" \
|
||||
MODULEBUILDRC=/dev/null
|
||||
/usr/bin/perl Makefile.PL
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
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