forked from ports/contrib
p5-parse-recdescent: initial commit, version 1.967015
This commit is contained in:
parent
a97728f824
commit
4f66e15480
15
p5-parse-recdescent/.footprint
Normal file
15
p5-parse-recdescent/.footprint
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
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/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/Parse/
|
||||||
|
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Parse/RecDescent.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/Parse/
|
||||||
|
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Parse/RecDescent/
|
||||||
|
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/Parse::RecDescent.3pm.gz
|
5
p5-parse-recdescent/.signature
Normal file
5
p5-parse-recdescent/.signature
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
untrusted comment: verify with /etc/ports/contrib.pub
|
||||||
|
RWSagIOpLGJF30ZEEYZP2rSN9xajZEVtfWdlhLWsllIdY97jtjuiWiKEkaWcuo80yImyuK7OgcML5XZ9vnJ5dGiVf3iahahgMA8=
|
||||||
|
SHA256 (Pkgfile) = 2f22347359ad449338e3a2f9a8e6c5bcae667af5f2dcbe28fa612115dd152db6
|
||||||
|
SHA256 (.footprint) = e0446bb722103349694ba13a9eaa2ea0038099bb5088cb8a8a502ce571a8ef53
|
||||||
|
SHA256 (Parse-RecDescent-1.967015.tar.gz) = 1943336a4cb54f1788a733f0827c0c55db4310d5eae15e542639c9dd85656e37
|
20
p5-parse-recdescent/Pkgfile
Normal file
20
p5-parse-recdescent/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# Description: Recursive descent parser generator
|
||||||
|
# URL: https://metacpan.org/release/Parse-RecDescent
|
||||||
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||||
|
# Depends on: p5-module-build
|
||||||
|
|
||||||
|
name=p5-parse-recdescent
|
||||||
|
version=1.967015
|
||||||
|
release=1
|
||||||
|
source=(https://search.cpan.org/CPAN/authors/id/J/JT/JTBRAUN/Parse-RecDescent-$version.tar.gz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd Parse-RecDescent-$version
|
||||||
|
perl Build.PL installdirs=vendor destdir=$PKG
|
||||||
|
perl Build
|
||||||
|
perl Build 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