freebsd-ports/devel/p5-Params-Validate/Makefile
Jun Kuriyama 0915044415 Upgrade to 0.91
No response from:	maintainer (1 month)
2009-03-13 23:24:51 +00:00

29 lines
723 B
Makefile

# New ports collection makefile for: Params::Validate
# Date created: 10 April 2001
# Whom: Denis Shaposhnikov <dsh@vlink.ru>
#
# $FreeBSD$
#
PORTNAME= Params-Validate
PORTVERSION= 0.91
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= dsh@vlink.ru
COMMENT= Validate method/function parameters
PERL_CONFIGURE= yes
MAN3= Attribute::Params::Validate.3 Params::ValidateXS.3 \
Params::ValidatePP.3 Params::Validate.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/Attribute/Handlers.pm:${PORTSDIR}/devel/p5-Attribute-Handlers
RUN_DEPENDS+= ${SITE_PERL}/Attribute/Handlers.pm:${PORTSDIR}/devel/p5-Attribute-Handlers
.endif
.include <bsd.port.post.mk>