3d49723a66
of devel/svk. PerlIO::gzip provides a PerlIO layer that manipulates files in the format used by the gzip program. Compression and Decompression are implemented, but not together. If you attempt to open a file for reading and writing the open will fail.
22 lines
617 B
Makefile
22 lines
617 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/09/04 11:36:08 sno Exp $
|
|
|
|
DISTNAME= PerlIO-gzip-0.18
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PerlIO/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Perl extension to provide a PerlIO layer to gzip/gunzip
|
|
HOMEPAGE= http://search.cpan.org/dist/PerlIO-gzip/
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES+= c
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/PerlIO/gzip/.packlist
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|