linux: updated to 2.6.23.1
[namenlos-ports.git] / p5-config-tiny / Pkgfile
blobf1fafa66042cfbd5aa2697be806a7ad395da4dfb
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.10
8 release=1
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