parrot: cleaned up the Pkgfile
[namenlos-ports.git] / p5-config-tiny / Pkgfile
blob273fa4b15ff5b73fa1e3bab271953354c4da300c
1 # Maintainer: Richard Pöttler, richard dot poettler at gmail dot com
2 # Description: Read/Write .ini style files with as little code as possible
3 # URL: http://search.cpan.org/~adamk/Config-Tiny/lib/Config/Tiny.pm
4 # Depends on: 
6 name=p5-config-tiny
7 version=2.12
8 release=2
9 source=(http://www.cpan.org/modules/by-module/Config/Config-Tiny-$version.tar.gz)
11 build () {
12         cd Config-Tiny-$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