diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-13 01:52:34 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-13 01:52:34 +0000 |
commit | e9280f90f9b49dba3b6cec370ea509ca750d8d60 (patch) | |
tree | 71dcec9c0fe2745b644d0f84a574aaa55837b2f8 /devel/p5-Params-Validate | |
parent | dca7a5e5777a7020262e6c8126f368eae28d2a8e (diff) | |
download | FreeBSD-ports-e9280f90f9b49dba3b6cec370ea509ca750d8d60.zip FreeBSD-ports-e9280f90f9b49dba3b6cec370ea509ca750d8d60.tar.gz |
Add dependency on devel/p5-Attribute-Handlers
Notified maintainer
Diffstat (limited to 'devel/p5-Params-Validate')
-rw-r--r-- | devel/p5-Params-Validate/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-Params-Validate/Makefile b/devel/p5-Params-Validate/Makefile index 3a50bff..80f0089 100644 --- a/devel/p5-Params-Validate/Makefile +++ b/devel/p5-Params-Validate/Makefile @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= dsh@vlink.ru +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Attribute/Handlers.pm:${PORTSDIR}/devel/p5-Attribute-Handlers +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |