p5-extutils-pkgconfig: dropped unmaintained port

This commit is contained in:
Tim Biermann 2021-10-31 09:37:08 +01:00
parent 371614addb
commit e725809e57
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 40 deletions

View File

@ -1,11 +0,0 @@
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.32/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/ExtUtils/
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.32/ExtUtils/PkgConfig.pm
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/ExtUtils::PkgConfig.3pm.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF379P+0sMNGXbvD1+oWTe/GRNvWBQ7RMdtPpFLMo97pa2Pv+EJ4uALi+GtzKmtk6+05fV2G4LgJlvbH+sefmXdQs=
SHA256 (Pkgfile) = 6cd1072e23a1bf7c5dadfa4a647a1ae873f1ad133b1c42d864d197f32bc2e6ec
SHA256 (.footprint) = 85f3db6bcf46464e37be640f9259009d98b405a0780bdc0c55564a5786666ed2
SHA256 (ExtUtils-PkgConfig-1.16.tar.gz) = bbeaced995d7d8d10cfc51a3a5a66da41ceb2bc04fedcab50e10e6300e801c6e

View File

@ -1,24 +0,0 @@
# Description: Perl bindings for pkgconfig
# URL: https://metacpan.org/pod/ExtUtils::PkgConfig
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: p5-xml-parser
name=p5-extutils-pkgconfig
version=1.16
release=2
source=(https://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-PkgConfig-$version.tar.gz)
build() {
cd ExtUtils-PkgConfig-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make install DESTDIR=$PKG
find $PKG -type f -a ! -perm -u+w | xargs chmod u+w
find $PKG \
-name perllocal.pod \
-o -name "*.bs" \
-o -name .packlist | xargs rm
find $PKG -empty | xargs rmdir -p ||:
}