openbsd-ports/devel/p5-Params-Validate/Makefile

28 lines
558 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.28 2010/12/03 11:44:34 ajacoutot Exp $
2004-08-10 04:10:13 -04:00
SHARED_ONLY= Yes
COMMENT= perl module to validate function/method parameters
2006-11-29 03:23:29 -05:00
MODULES= cpan
DISTNAME= Params-Validate-0.95
REVISION= 1
2006-11-29 03:23:29 -05:00
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
2002-07-11 13:22:29 -04:00
2004-07-04 19:40:05 -04:00
MAINTAINER= Michael Coulter <mjc@openbsd.org>
2006-11-29 03:23:29 -05:00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-26 02:18:59 -05:00
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>