summaryrefslogtreecommitdiffstats
path: root/p5-uri/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'p5-uri/Pkgfile')
-rwxr-xr-xp5-uri/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/p5-uri/Pkgfile b/p5-uri/Pkgfile
new file mode 100755
index 000000000..8d0f62f4e
--- /dev/null
+++ b/p5-uri/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Librairie pour les identificateurs de ressources uniforme de Perl
+# URL: http://search.cpan.org/~gaas/URI-1.35/URI.pm
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=p5-uri
+version=1.58
+release=1
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/URI-$version.tar.gz)
+
+build() {
+cd URI-$version
+ perl Makefile.PL
+ make
+ make DESTDIR=$PKG install
+ find $PKG -name perllocal.pod | xargs rm
+}
+