openbsd-ports/archivers/p5-PerlIO-gzip/Makefile

19 lines
266 B
Makefile
Raw Normal View History

2013-03-10 18:28:04 -04:00
# $OpenBSD: Makefile,v 1.13 2013/03/10 22:28:04 espie Exp $
2006-11-12 11:27:26 -05:00
2007-09-15 06:14:32 -04:00
COMMENT= PerlIO layer to gzip/gunzip
2006-11-12 11:27:26 -05:00
MODULES= cpan
SHARED_ONLY= Yes
2006-11-12 11:27:26 -05:00
DISTNAME= PerlIO-gzip-0.18
2012-08-23 10:54:31 -04:00
REVISION= 4
2006-11-12 11:27:26 -05:00
CATEGORIES= archivers
# perl
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 10:54:31 -04:00
WANTLIB= c z
2006-12-27 07:49:29 -05:00
2006-11-12 11:27:26 -05:00
.include <bsd.port.mk>