1
0
forked from ports/contrib

p5-io-zlib: this functionality is in core/perl now, port dropped.

This commit is contained in:
Your RealName 2008-12-19 23:40:26 +02:00
parent 6093446324
commit 5974360955
3 changed files with 0 additions and 31 deletions

@ -1,10 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/perl5/
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/IO/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/IO/Zlib.pm
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-r--r--r-- root/root usr/man/man3/IO::Zlib.3pm.gz

@ -1 +0,0 @@
7e0244de33de418745584adcaad4869e IO-Zlib-1.09.tar.gz

@ -1,20 +0,0 @@
# Description: IO:: style interface to Compress::Zlib
# URL: http://search.cpan.org/~tomhughes/IO-Zlib/
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Packager: Younes Hafri, ycrux at club-internet dot fr
# Depends on: p5-compress-zlib
name=p5-io-zlib
version=1.09
release=1
source=(http://search.cpan.org/CPAN/authors/id/T/TO/TOMHUGHES/IO-Zlib-$version.tar.gz)
build() {
cd IO-Zlib-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find $PKG -name .packlist -exec rm {} \;
find $PKG -name perllocal.pod -exec rm {} \;
find $PKG -depth -type d -empty -exec rm -rf {} \;
}