cgit: updated to 0.8.2
[namenlos-ports.git] / p5-unicode-string / Pkgfile
bloba60b4f4d3b0e639782255cf61012cdb047627298
1 # Maintainer: Richard Pöttler, richard dot poettler at gmail dot com
2 # Description: String of Unicode characters (UTF-16BE)
3 # URL: http://search.cpan.org/~gaas/Unicode-String/String.pm
4 # Depends on: 
6 name=p5-unicode-string
7 version=2.09
8 release=2
9 source=(http://cpan.org/modules/by-module/Unicode/Unicode-String-$version.tar.gz)
11 build () {
12         cd Unicode-String-$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