pkgsrc/devel/p5-IO-Zlib/Makefile
wiz f6e2cc7c30 Update to 1.05:
* Zlib.pm
	  Changed version number to 1.05.

	* Zlib.pm
	  Added dummy FILENO method to stop the debugger barfing
	  when asked to dump a IO::Zlib object.

	* Zlib.pm
	  Removed internal eof flag and use gzeof instead.

	* t/getline.t
	  Added tests for the eof method while reading lines.

	* t/basic.t
	  Add test for reading at an offset.

	* Zlib.pm
	  Allow an offset to be specifed when reading or writing.
2007-06-08 08:32:00 +00:00

21 lines
592 B
Makefile

# $NetBSD: Makefile,v 1.14 2007/06/08 08:32:00 wiz Exp $
DISTNAME= IO-Zlib-1.05
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5izl
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/IO-Zlib/
COMMENT= Perl5 IO:: style interface to Compress::Zlib
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Compress-Zlib>=1.16:../../devel/p5-Compress-Zlib
PERL5_PACKLIST= auto/IO/Zlib/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"