diff options
author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2012-06-22 19:33:02 +0000 |
---|---|---|
committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2012-06-22 19:33:02 +0000 |
commit | 2abc653d7ca5634c1dc0b91ec440aab21e29cef3 (patch) | |
tree | 6e452d259d292614402249ec146af8bc6cf77673 /devel | |
parent | 6e9599d135ffd2c5b8c1859291aecf5f71bcae73 (diff) | |
download | ports-2abc653d7ca5634c1dc0b91ec440aab21e29cef3.tar.gz ports-2abc653d7ca5634c1dc0b91ec440aab21e29cef3.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Distribution/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Test-Distribution/Makefile b/devel/p5-Test-Distribution/Makefile index 5908b3c18e7a..2142c829b16e 100644 --- a/devel/p5-Test-Distribution/Makefile +++ b/devel/p5-Test-Distribution/Makefile @@ -15,11 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= lippe@FreeBSD.org COMMENT= Test::Distribution - Perform tests on all modules of a distribution -BUILD_DEPENDS+= ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \ - ${SITE_PERL}/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Pod-Coverage \ - ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ - ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage -RUN_DEPENDS+= ${BUILD_DEPENDS} +BUILD_DEPENDS+= p5-File-Find-Rule>=0:${PORTSDIR}/devel/p5-File-Find-Rule \ + p5-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Pod-Coverage \ + p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes |