aaa1885833
ok jasper@
28 lines
558 B
Makefile
28 lines
558 B
Makefile
# $OpenBSD: Makefile,v 1.28 2010/12/03 11:44:34 ajacoutot Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= perl module to validate function/method parameters
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Params-Validate-0.95
|
|
REVISION= 1
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Michael Coulter <mjc@openbsd.org>
|
|
|
|
# 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>
|