1
0
forked from ports/contrib

21 lines
558 B
Plaintext
Raw Normal View History

2006-11-16 03:27:10 +10:00
# Description: Perl World Wide Web Library
# URL: http://search.cpan.org/~gaas/libwww-perl-5.805/
# Maintainer: James Mills prologic at shortcircuit dot net dot au
# Packager: James Mills prologic at shortcircuit dot net dot au
#
# Depends on: p5-html-parser, p5-uri
name=p5-lwp
version=5.805
release=1
source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-$version.tar.gz)
build() {
cd libwww-perl-$version
perl Makefile.PL -n
make
make DESTDIR=$PKG install
find $PKG -name "perllocal.pod" -exec rm {} \;
chown -R root:root $PKG
}