description="Programe Perl for creating, manipulating and writing Zip archive files"
url="http://search.cpan.org/~adamk/Archive-Zip-1.23/lib/Archive/Zip.pm"

packager="Great-OS Team"

makedepends=(perl)
run=( perl )

name=perl-archive-zip
version=1.68
release=3

source=(http://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-$version.tar.gz)

build() {
cd Archive-*

perl Makefile.PL

make OPTIMIZE="${CFLAGS}"
make DESTDIR=${PKG} install

find ${PKG} -name perllocal.pod -delete
}
