summaryrefslogtreecommitdiffstats
path: root/extra/p5-uri/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/p5-uri/Pkgfile')
-rwxr-xr-xextra/p5-uri/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/extra/p5-uri/Pkgfile b/extra/p5-uri/Pkgfile
deleted file mode 100755
index 2727dda39..000000000
--- a/extra/p5-uri/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: Perl Uniform Resource Identifiers Library
-# URL: http://search.cpan.org/~gaas/URI-1.35/URI.pm
-# Maintainer: NuTyX core team
-# Packager: fred.galusik at gmail dot com
-# Depends on: perl
-
-name=p5-uri
-version=1.40
-release=1
-source=(ftp://ftp.demon.co.uk/pub/CPAN/modules/by-module/URI/URI-$version.tar.gz)
-
-build() {
-cd URI-$version
- perl Makefile.PL
- make
- make DESTDIR=$PKG install
- find $PKG -name perllocal.pod | xargs rm
-}
-