freebsd-ports/archivers/p5-Compress-Zlib/Makefile
Philippe Audeoud 1e9d93f8fc - Update to 2.011
Approved by:	mentor (implicit)
2008-05-19 07:29:19 +00:00

25 lines
647 B
Makefile

# New ports collection makefile for: p5-Compress-Zlib
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Compress-Zlib
PORTVERSION= 2.011
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Perl5 interface to zlib compression library
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \
${SITE_PERL}/IO/Uncompress/Gunzip.pm:${PORTSDIR}/archivers/p5-IO-Compress-Zlib
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
MAN3= Compress::Zlib.3
.include <bsd.port.mk>