freebsd-ports/devel/p5-Params-Validate/Makefile
Mathieu Arnold 277ab524d9 Update to 0.65
* It is now possible to turn validation on and off at runtime.  To make this
  easier, it can be set via the PERL_NO_VALIDATION environment variable, or the
  $Params::Validate::NO_VALIDATION global variable.  Go ahead, shoot yourself
  in the foot with it!

Approved by:	demon (mentor), maintainer
2003-08-19 08:30:51 +00:00

30 lines
776 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.65
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= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Attribute/Handlers.pm:${PORTSDIR}/devel/p5-Attribute-Handlers
RUN_DEPENDS= ${BUILD_DEPENDS}
.endif
.include <bsd.port.post.mk>