# Description: Perl Interface to Iconv.
# URL:         http://search.cpan.org/~mpiotr/Text-Iconv-1.4/
# Maintainer:  James Mills, prologic at shortcircuit dot net dot au
# Packager:    James Mills, prologic at shortcircuit dot net dot au
#
# Depends on:   

name=p5-text-iconv
version=1.4
release=2
source=(http://search.cpan.org/CPAN/authors/id/M/MP/MPIOTR/Text-Iconv-$version.tar.gz)

build() {
   cd Text-Iconv-$version
   perl Makefile.PL
   make
   make test
   make PERLPREFIX=$PKG/usr SITEPREFIX=$PKG/usr install
   find $PKG -name "perllocal.pod" -exec rm {} \;
   chown -R root:root $PKG
}
