diff options
author | jtb <jtb@pkgsrc.org> | 2001-03-05 20:21:26 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-03-05 20:21:26 +0000 |
commit | 4be208586d44f819a2593065b285ca0705673050 (patch) | |
tree | 329246e1ef48b8c775072cc245c86bb9995fa916 /devel/p5-Compress-Zlib/Makefile | |
parent | 49acb93b087a7a82b806c9924ce4249bdd34d75f (diff) | |
download | pkgsrc-4be208586d44f819a2593065b285ca0705673050.tar.gz |
Initial import of p5-Compress-Zlib.
This module provides a Perl interface to part of the info-zip zlib
compression library. For more details see the pod documentation
embedded in the file Zlib.pm.
Package submitted by Damon Brodie in PR pkg/11598.
Diffstat (limited to 'devel/p5-Compress-Zlib/Makefile')
-rw-r--r-- | devel/p5-Compress-Zlib/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/p5-Compress-Zlib/Makefile b/devel/p5-Compress-Zlib/Makefile new file mode 100644 index 00000000000..4fd983859f9 --- /dev/null +++ b/devel/p5-Compress-Zlib/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/05 20:21:26 jtb Exp $ + +DISTNAME= Compress-Zlib-1.11 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Compress/} + +MAINTAINER= damon@brodiefamily.org +COMMENT= Compress::Zlib - Perl interface to info-zip zlib compression library + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Compress/Zlib/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" |