diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-11-16 14:08:34 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-11-16 14:08:34 +0000 |
commit | a9851690cabba29dcc2d0a3b74bf5c15042edfd3 (patch) | |
tree | 5e6b71f9e5740b6b4e5d7ae0889c7ac7103e755a /devel/p5-Params-Validate/Makefile | |
parent | e1f309b18a19ad6ccb4daf046b935c53f3140721 (diff) |
Notes
Diffstat (limited to 'devel/p5-Params-Validate/Makefile')
-rw-r--r-- | devel/p5-Params-Validate/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/devel/p5-Params-Validate/Makefile b/devel/p5-Params-Validate/Makefile index e012b39c3891..026572231b2c 100644 --- a/devel/p5-Params-Validate/Makefile +++ b/devel/p5-Params-Validate/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: Params::Validate -# Date created: 10 April 2001 -# Whom: Denis Shaposhnikov <dsh@vlink.ru> -# +# Created by: Denis Shaposhnikov <dsh@vlink.ru> # $FreeBSD$ -# PORTNAME= Params-Validate -PORTVERSION= 1.06 +PORTVERSION= 1.07 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +14,6 @@ LICENSE= ART20 BUILD_DEPENDS= p5-Module-Implementation>=0.04:${PORTSDIR}/devel/p5-Module-Implementation RUN_DEPENDS= p5-Module-Implementation>=0.04:${PORTSDIR}/devel/p5-Module-Implementation - TEST_DEPENDS= p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \ p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Taint>=0.02:${PORTSDIR}/devel/p5-Test-Taint @@ -33,9 +28,6 @@ MAN3= Attribute::Params::Validate.3 \ .if ${PERL_LEVEL} < 501000 BUILD_DEPENDS+= p5-Attribute-Handlers>=0.79:${PORTSDIR}/devel/p5-Attribute-Handlers RUN_DEPENDS+= p5-Attribute-Handlers>=0.79:${PORTSDIR}/devel/p5-Attribute-Handlers -.endif - -.if ${PERL_LEVEL} < 501000 TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple .endif |