26 lines
508 B
Makefile
26 lines
508 B
Makefile
# $OpenBSD: Makefile,v 1.29 2011/01/14 22:50:56 jasper Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= perl module to validate function/method parameters
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Params-Validate-0.95
|
|
REVISION= 2
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
REGRESS_DEPENDS= devel/p5-Test-Taint>=1.04 \
|
|
devel/p5-Readonly>=1.03 \
|
|
devel/p5-Readonly-XS>=1.05
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|