summaryrefslogtreecommitdiff
path: root/p5-extutils-depends
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2018-02-19 00:30:32 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2018-02-19 00:30:32 +0100
commitb18e94dbb743297a684bd2cd83cfaba41b6fe4b1 (patch)
tree5d1012a147c44db60db1be206837001eae767be4 /p5-extutils-depends
parent44746bc37cf437742fe9a135319403fb91b308be (diff)
parentb3fbb535b4d7277c96be17dc4282c97799390fb3 (diff)
downloadcontrib-b18e94dbb743297a684bd2cd83cfaba41b6fe4b1.tar.gz
contrib-b18e94dbb743297a684bd2cd83cfaba41b6fe4b1.tar.xz
Merge branch '3.3' into 3.4
Diffstat (limited to 'p5-extutils-depends')
-rw-r--r--p5-extutils-depends/.footprint11
-rw-r--r--p5-extutils-depends/.signature5
-rw-r--r--p5-extutils-depends/Pkgfile24
3 files changed, 40 insertions, 0 deletions
diff --git a/p5-extutils-depends/.footprint b/p5-extutils-depends/.footprint
new file mode 100644
index 000000000..510062c24
--- /dev/null
+++ b/p5-extutils-depends/.footprint
@@ -0,0 +1,11 @@
+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.24/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/ExtUtils/
+-rw-r--r-- root/root usr/lib/perl5/site_perl/5.24/ExtUtils/Depends.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::Depends.3pm.gz
diff --git a/p5-extutils-depends/.signature b/p5-extutils-depends/.signature
new file mode 100644
index 000000000..0ff855b4f
--- /dev/null
+++ b/p5-extutils-depends/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF3xYoRvCgwFgloEethhOoebkBm0YIzf5xs7CQ42VVGN/pl7q8wk9Xi2bG+oX/78U+iCNKbjZoQ+7EtGqZaWletQo=
+SHA256 (Pkgfile) = adc409aeb23cf7c31256de5ad5f02af20d2f77da1c00cd96ab6838224a513ad3
+SHA256 (.footprint) = ece46380cbab13ef80b948898946e6bcfc42cc4e3fcc5b321dc0b10339cfd3d9
+SHA256 (ExtUtils-Depends-0.405.tar.gz) = 8ad6401ad7559b03ceda1fe4b191c95f417bdec7c542a984761a4656715a8a2c
diff --git a/p5-extutils-depends/Pkgfile b/p5-extutils-depends/Pkgfile
new file mode 100644
index 000000000..a91b0c6f3
--- /dev/null
+++ b/p5-extutils-depends/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Perl bindings for depends
+# 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=2
+source=(https://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Depends-$version.tar.gz)
+
+build() {
+ cd ExtUtils-Depends-$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 ||:
+}

Generated by cgit