dropped the jlint port
[namenlos-ports.git] / p5-xml-libxml-common / Pkgfile
blob73b98223b672fe0956516271a706b7f3c8fcf425
1 # Maintainer: Richard Pöttler, richard dot poettler at gmail dot com
2 # Description: Routines and Constants common for XML::LibXML and XML::GDOME
3 # URL: http://search.cpan.org/~phish/XML-LibXML-Common/Common.pm
4 # Depends on: 
6 name=p5-xml-libxml-common
7 version=0.13
8 release=1
9 source=(http://www.cpan.org/modules/by-module/XML/XML-LibXML-Common-$version.tar.gz)
11 build () {
12         cd XML-LibXML-Common-$version
13         perl Makefile.PL
14         make OPTIMIZE="$CFLAGS"
15         make DESTDIR=$PKG install
16         find ${PKG} -name perllocal.pod -delete
17         find ${PKG} -name .packlist -delete
18         find $PKG -type d -empty -delete