1
0
forked from ports/contrib

20 lines
477 B
Plaintext
Raw Normal View History

2006-11-20 07:26:53 +10:00
# Description: Perl XML-Twig Library.
# URL: http://xmltwig.com/xmltwig/
# Maintainer: unmaintained
2007-01-20 12:21:06 +10:00
# Packager: James Mills, prologic at shortcircuit dot net dot au
2006-11-20 07:26:53 +10:00
#
# Depends on:
2006-11-14 09:01:22 +10:00
name=p5-xml-twig
2007-08-21 05:55:23 +10:00
version=3.29
release=1
2006-11-14 09:01:22 +10:00
source=(http://xmltwig.com/xmltwig/XML-Twig-$version.tar.gz)
build() {
2006-11-20 07:26:53 +10:00
cd XML-Twig-$version
yes | perl Makefile.PL PREFIX=$PKG/usr
make && make install
find $PKG -name "perllocal.pod" -exec rm {} \;
chown -R root:root $PKG
2006-11-14 09:01:22 +10:00
}