forked from ports/contrib
p5-config-autoconf: initial commit, version 0.317
This commit is contained in:
parent
1586bbb8c2
commit
8b7dae49bb
17
p5-config-autoconf/.footprint
Normal file
17
p5-config-autoconf/.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/Config/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Config/AutoConf.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/Config/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Config/AutoConf/
|
||||
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/Config::AutoConf.3pm.gz
|
5
p5-config-autoconf/.signature
Normal file
5
p5-config-autoconf/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF35tvfxu3h5+flYDXkwYIpjpuBNTfXx5NJAvQXX0k/V6H+kZx2cMgAS27tt3jEAIn/UnFn/5cYlgFK7mQ2bNaYgk=
|
||||
SHA256 (Pkgfile) = aa8f6d7c02ac147b1f1a3d04c8457b8b9e05ef9fb83c01c10a7a1b81a2fe1ffd
|
||||
SHA256 (.footprint) = 8775471837c0778f8a7ecceb5180dd886b133fd2012f04994d80f6a66af1b75b
|
||||
SHA256 (Config-AutoConf-0.317.tar.gz) = 01e4b22d2fecb7cfd3cc1f4dabe95cd137cf249cc5e38184f88556e5c98a9ce1
|
19
p5-config-autoconf/Pkgfile
Normal file
19
p5-config-autoconf/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
||||
# Description: A module to implement some of AutoConf macros in pure perl.
|
||||
# URL: https://metacpan.org/release/Config-AutoConf
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: p5-capture-tiny
|
||||
|
||||
name=p5-config-autoconf
|
||||
version=0.317
|
||||
release=1
|
||||
source=(https://cpan.metacpan.org/authors/id/R/RE/REHSACK/Config-AutoConf-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd Config-AutoConf-$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 DESTDIR=$PKG install
|
||||
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user