summaryrefslogtreecommitdiffstats
path: root/base/p5-uri/Pkgfile
blob: 2217e6cf720166b1ba43268a6476caceffa2e825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.52
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
}