p5-parse-yapp: new maintainer

This commit is contained in:
Juergen Daubert 2021-01-27 18:14:06 +01:00
parent b6b72698cf
commit 2ee7306ba6
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/QNGOJ8aGPZ3E9Z8oV3IbGwWwm0je6W4khpIi0YihFc58sir2n2tXSRpDZN7WxBtcHaKuMtEBHZWKHxg+AiZbgo=
SHA256 (Pkgfile) = 6b1f4b08de3be4530c757e7fd5dc2448f9c7db6f4db706ad9f70ba3779524af8
RWSE3ohX2g5d/VikBYEy1ObgrnsBz+BnzKccSV4WmjQH5USEy/lqVaXWLCRgI7ICy5FkaU4U8E9cmi96NyTSr/EdnGbf6Qon6Ag=
SHA256 (Pkgfile) = ebeb31e078c0ac744ce3cd225e37fe3a12d5c191ec0e6e955453995f7f7fc1ef
SHA256 (.footprint) = 5c86800c30be2c93e9573202ef98abfae62847b95a99e19e36b279e5049171bb
SHA256 (Parse-Yapp-1.21.tar.gz) = 3810e998308fba2e0f4f26043035032b027ce51ce5c8a52a8b8e340ca65f13e5

View File

@ -1,6 +1,6 @@
# Description: Perl module for generating and using LALR parsers
# URL: https://metacpan.org/release/Parse-Yapp
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Maintainer: Juergen Daubert, jue at crux dot nu
name=p5-parse-yapp
version=1.21
@ -11,7 +11,7 @@ build() {
cd Parse-Yapp-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR="$PKG" install
find "$PKG" \( -name perllocal.pod -o -name .packlist \) -exec rm {} \;
find "$PKG" -depth -type d -empty -exec rm -rf {} \;
make DESTDIR=$PKG install
find $PKG \( -name perllocal.pod -o -name .packlist \) -exec rm {} \;
find $PKG -depth -type d -empty -exec rm -rf {} \;
}