openbsd-ports/archivers/p5-Compress-Zlib/Makefile
marc cb73ca98dd comment out the BROKEN reason for all ports where the reason
was source files out of date and we have a copy of the required
version on ftp.openbsd.org
1998-10-18 05:01:58 +00:00

20 lines
393 B
Makefile

# $OpenBSD: Makefile,v 1.3 1998/10/18 05:01:59 marc Exp $
#
DISTNAME= Compress-Zlib-0.50
PKGNAME= p5-Compress-Zlib-0.50
CATEGORIES= archivers perl5
#BROKEN= "current version is 1.01"
MAINTAINER= angelos@openbsd.org
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Compress
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} /usr/bin/perl Makefile.PL
.include <bsd.port.mk>