diff options
Diffstat (limited to 'devel/p5-MooseX-Params-Validate/Makefile')
-rw-r--r-- | devel/p5-MooseX-Params-Validate/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/p5-MooseX-Params-Validate/Makefile b/devel/p5-MooseX-Params-Validate/Makefile new file mode 100644 index 000000000000..e833311fd2f5 --- /dev/null +++ b/devel/p5-MooseX-Params-Validate/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: MooseX-Params-Validate +# Date created: 12 Aug 2009 +# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= MooseX-Params-Validate +PORTVERSION= 0.12 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= clsung@FreeBSD.org +COMMENT= An extension of Params::Validate for using Moose types + +BUILD_DEPENDS= p5-Moose>=0.74:${PORTSDIR}/devel/p5-Moose \ + p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate \ + p5-Devel-Caller>0:${PORTSDIR}/devel/p5-Devel-Caller +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= MooseX::Params::Validate.3 + +.include <bsd.port.mk> |