diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-12-08 07:20:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-12-08 07:20:47 +0000 |
commit | 2cf8984091ade219a268b76f4825ca1e831c9d62 (patch) | |
tree | d4a237902b89a154134cc24f4f045c943a54f782 /devel/p5-Params-Validate | |
parent | cc9f5cb27927adc616b581310bf79cc473aa49ab (diff) |
Notes
Diffstat (limited to 'devel/p5-Params-Validate')
-rw-r--r-- | devel/p5-Params-Validate/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/p5-Params-Validate/Makefile b/devel/p5-Params-Validate/Makefile index 39da45e874f3..35b2473a57e2 100644 --- a/devel/p5-Params-Validate/Makefile +++ b/devel/p5-Params-Validate/Makefile @@ -16,8 +16,6 @@ COMMENT= Validate method/function parameters LICENSE= ART20 -BUILD_DEPENDS= p5-ExtUtils-CBuilder>=0.2703:${PORTSDIR}/devel/p5-ExtUtils-CBuilder - PERL_MODBUILD= yes MAN3= Attribute::Params::Validate.3 \ @@ -26,8 +24,8 @@ MAN3= Attribute::Params::Validate.3 \ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-Attribute-Handlers>=0.79:${PORTSDIR}/devel/p5-Attribute-Handlers 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 .include <bsd.port.post.mk> |