freebsd-ports/devel/p5-Params-Validate/Makefile
Martin Wilke 8c1d6af3e4 - Update to 0.88
PR:		111900
Submitted by:	miwi
Approved by:	maintainer
2007-04-20 21:07:55 +00:00

34 lines
914 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.88
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel/DROLSKY
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} >= 500600 && ${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
.if ${PERL_LEVEL} < 500600
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>