summaryrefslogtreecommitdiff
path: root/p5-extutils-depends
diff options
context:
space:
mode:
authorJohn Vogel <jvogel4@stny.rr.com>2018-02-18 06:07:21 -0500
committerJohn Vogel <jvogel4@stny.rr.com>2018-02-18 06:07:21 -0500
commit4efba6f4497827a9361d70144362bbb6f10e1cf1 (patch)
tree9daea3a4e8e4cd1340bb26e6dd9cb5519160fd9a /p5-extutils-depends
parent995c69f5faf7505170b462c3c1b4a16c8bcc833f (diff)
downloadcontrib-4efba6f4497827a9361d70144362bbb6f10e1cf1.tar.gz
contrib-4efba6f4497827a9361d70144362bbb6f10e1cf1.tar.xz
p5-extutils-depends: new maintainer
Diffstat (limited to 'p5-extutils-depends')
-rw-r--r--p5-extutils-depends/.signature4
-rw-r--r--p5-extutils-depends/Pkgfile27
2 files changed, 15 insertions, 16 deletions
diff --git a/p5-extutils-depends/.signature b/p5-extutils-depends/.signature
index 826fded43..20cf871c0 100644
--- a/p5-extutils-depends/.signature
+++ b/p5-extutils-depends/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF394GlX6q8CrvQ4GODvZ0e06oLv3WnE3DHtFpv5yW06xPJNXusa+n1wKZSWLSrCkIs8TSiW4uOwuXV97+3l024wo=
-SHA256 (Pkgfile) = 4f40e48b0e8c194c784f80e837945901601991f0e14fadbd39426bf46da36a99
+RWSagIOpLGJF31nRWaU7r9nrpWK5KxUQkbIFBEihCTXS6y2Stxi1iZXCFgOuZr0tYggGfr0qYsRC2SP+DMBtcL5acGZuhNhWoAI=
+SHA256 (Pkgfile) = c40caa17e9b1b84f61f15c1cbf6b86bb73fc5528d6364a86c28d4c09e7225e76
SHA256 (.footprint) = dfdab6ae7912be356e69212127e28b24920431a46e395954bd4586d7ffee5436
SHA256 (ExtUtils-Depends-0.405.tar.gz) = 8ad6401ad7559b03ceda1fe4b191c95f417bdec7c542a984761a4656715a8a2c
diff --git a/p5-extutils-depends/Pkgfile b/p5-extutils-depends/Pkgfile
index 24b53b6c8..0b4ea020b 100644
--- a/p5-extutils-depends/Pkgfile
+++ b/p5-extutils-depends/Pkgfile
@@ -1,24 +1,23 @@
# Description: Perl bindings for depends
-# URL: http://www.cpan.org/
-# Maintainer: Jose V Beneyto, sepen at crux dot nu
-# Packager: Han Boetes, han at mijncomputer dot nl
-# Depends on: p5-xml-parser
+# URL: https://www.cpan.org/
+# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
+# Depends on: p5-xml-parser
name=p5-extutils-depends
version=0.405
release=1
-source=(http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Depends-$version.tar.gz)
+source=(https://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Depends-$version.tar.gz)
build() {
- cd ExtUtils-Depends-$version
- perl Makefile.PL
+ cd ExtUtils-Depends-$version
+ perl Makefile.PL
- make OPTIMIZE="$CFLAGS"
- make install DESTDIR=$PKG
+ make OPTIMIZE="$CFLAGS"
+ make install DESTDIR=$PKG
- find $PKG \
- -name perllocal.pod \
- -o -name "*.bs" \
- -o -name .packlist | xargs rm
- find $PKG -empty | xargs rmdir -p ||:
+ find $PKG \
+ -name perllocal.pod \
+ -o -name "*.bs" \
+ -o -name .packlist | xargs rm
+ find $PKG -empty | xargs rmdir -p ||:
}

Generated by cgit