zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes
23 lines
380 B
Makefile
23 lines
380 B
Makefile
# $OpenBSD: Makefile,v 1.23 2010/11/15 00:22:45 espie Exp $
|
|
|
|
COMMENT= perl interface to ZIP files
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Archive-Zip-1.30
|
|
REVISION= 0
|
|
|
|
CATEGORIES= archivers
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
REGRESS_DEPENDS = archivers/zip devel/p5-Test-Pod
|
|
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|