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

27 lines
585 B
Makefile
Raw Normal View History

2010-09-24 11:29:20 -04:00
# $OpenBSD: Makefile,v 1.24 2010/09/24 15:29:21 sthen 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
2010-09-24 11:29:20 -04:00
REVISION= 0
2006-11-29 03:23:29 -05:00
CATEGORIES= devel
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
REGRESS_DEPENDS= :p5-Test-Taint->=1.04:devel/p5-Test-Taint \
:p5-Readonly->=1.03:devel/p5-Readonly \
2009-06-05 09:13:17 -04:00
:p5-Readonly-XS->=1.05:devel/p5-Readonly-XS
CONFIGURE_STYLE= modbuild
.include <bsd.port.mk>