e7f0f74743
2.008 2 November 2007 * Minor documentation changes in README 2.007 22 September 20007 * lib/Compress/Zlib.pm -- 1.x Backward Compatability issues gzclose - documented return value was wrong, should be 0 for ok. gzflush - return value didn't match 1.x, should return 0 if ok. [rt.cpan.org #29215] and Debian bug #440943 http://bugs.debian.org/440943 2.006 1 September 20007 * Makefile.PL Added INSTALLDIRS directive to install as a core module when built on a perl >= 5.9. * t/03zlib-v1.t Fixed crc32 and adler32 tests in to remove ascii assumption. * lib/Compress/Zlib.pm Make gzreadline not support $/, just like in Compress::Zlib 1.x Folk who want $/ with readline support can get it in IO::Uncompress::Gunzip. [rt.cpan.org #28663] and Debian bug #435656 http://bugs.debian.org/435656 2.005 18 June 2007 * Added info about removing Compress::Zlib version 1, before installing version 2.
22 lines
705 B
Makefile
22 lines
705 B
Makefile
# $NetBSD: Makefile,v 1.23 2007/11/30 15:32:17 wiz Exp $
|
|
|
|
DISTNAME= Compress-Zlib-2.008
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5czl
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Compress/}
|
|
|
|
MAINTAINER= damon@brodiefamily.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Compress-Zlib/
|
|
COMMENT= Perl5 module interface to the zlib compression library
|
|
|
|
DEPENDS+= p5-Compress-Raw-Zlib>=2.008:../../devel/p5-Compress-Raw-Zlib
|
|
DEPENDS+= p5-IO-Compress-Zlib>=2.008:../../devel/p5-IO-Compress-Zlib
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Compress/Zlib/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|