summaryrefslogtreecommitdiff
path: root/p5-extutils-depends
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2018-02-12 23:47:24 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2018-02-12 23:47:24 +0100
commit6a2fc0c3a2654189815dd64d8465268fa281709e (patch)
treee9587bb53322c9d52cdd5e5fe42a1279b04da0cf /p5-extutils-depends
parent40ee83bc2ab9c108f37e95fbc469a305fc290805 (diff)
downloadcontrib-6a2fc0c3a2654189815dd64d8465268fa281709e.tar.gz
contrib-6a2fc0c3a2654189815dd64d8465268fa281709e.tar.xz
dropped sepens unmaintained ports
Diffstat (limited to 'p5-extutils-depends')
-rw-r--r--p5-extutils-depends/.footprint11
-rw-r--r--p5-extutils-depends/.md5sum1
-rw-r--r--p5-extutils-depends/.signature5
-rw-r--r--p5-extutils-depends/Pkgfile24
4 files changed, 0 insertions, 41 deletions
diff --git a/p5-extutils-depends/.footprint b/p5-extutils-depends/.footprint
deleted file mode 100644
index 02a23772d..000000000
--- a/p5-extutils-depends/.footprint
+++ /dev/null
@@ -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.24/
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/ExtUtils/
--r--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/
--r--r--r-- root/root usr/share/man/man3/ExtUtils::Depends.3pm.gz
diff --git a/p5-extutils-depends/.md5sum b/p5-extutils-depends/.md5sum
deleted file mode 100644
index 3b9474205..000000000
--- a/p5-extutils-depends/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-caefbca2f173d0cea3f5ac26b6c08a2c ExtUtils-Depends-0.405.tar.gz
diff --git a/p5-extutils-depends/.signature b/p5-extutils-depends/.signature
deleted file mode 100644
index 826fded43..000000000
--- a/p5-extutils-depends/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF394GlX6q8CrvQ4GODvZ0e06oLv3WnE3DHtFpv5yW06xPJNXusa+n1wKZSWLSrCkIs8TSiW4uOwuXV97+3l024wo=
-SHA256 (Pkgfile) = 4f40e48b0e8c194c784f80e837945901601991f0e14fadbd39426bf46da36a99
-SHA256 (.footprint) = dfdab6ae7912be356e69212127e28b24920431a46e395954bd4586d7ffee5436
-SHA256 (ExtUtils-Depends-0.405.tar.gz) = 8ad6401ad7559b03ceda1fe4b191c95f417bdec7c542a984761a4656715a8a2c
diff --git a/p5-extutils-depends/Pkgfile b/p5-extutils-depends/Pkgfile
deleted file mode 100644
index 24b53b6c8..000000000
--- a/p5-extutils-depends/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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
-
-name=p5-extutils-depends
-version=0.405
-release=1
-source=(http://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 \
- -name perllocal.pod \
- -o -name "*.bs" \
- -o -name .packlist | xargs rm
- find $PKG -empty | xargs rmdir -p ||:
-}

Generated by cgit