freebsd-ports/archivers/p5-Compress-Zlib/Makefile

23 lines
474 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Compress-Zlib
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-08-25 06:25:23 +02:00
# $FreeBSD$
#
PORTNAME= Compress-Zlib
2003-12-09 14:41:13 +01:00
PORTVERSION= 1.32
1997-04-20 15:53:29 +02:00
CATEGORIES= archivers perl5
1996-11-17 06:43:01 +01:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Compress
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Perl5 interface to zlib compression library
PERL_CONFIGURE= YES
MAN3= Compress::Zlib.3
.include <bsd.port.mk>