0d93456f7f
ok jasper
21 lines
363 B
Makefile
21 lines
363 B
Makefile
# $OpenBSD: Makefile,v 1.19 2009/09/09 16:58:05 bluhm Exp $
|
|
|
|
COMMENT= perl interface to ZIP files
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Archive-Zip-1.30
|
|
|
|
CATEGORIES= archivers
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
REGRESS_DEPENDS=:zip-*:archivers/zip \
|
|
::devel/p5-Test-Pod
|
|
|
|
.include <bsd.port.mk>
|