diff options
Diffstat (limited to 'devel/p5-Hash-Diff/Makefile')
-rw-r--r-- | devel/p5-Hash-Diff/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Hash-Diff/Makefile b/devel/p5-Hash-Diff/Makefile index 9c93fdb20406..e99466baa563 100644 --- a/devel/p5-Hash-Diff/Makefile +++ b/devel/p5-Hash-Diff/Makefile @@ -10,9 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Return the difference between two hashes as a hash -RUN_DEPENDS= p5-Hash-Merge>=0.12:${PORTSDIR}/textproc/p5-Hash-Merge -BUILD_DEPENDS= p5-Hash-Merge>=0.12:${PORTSDIR}/textproc/p5-Hash-Merge -TEST_DEPENDS= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= p5-Hash-Merge>=0.12:textproc/p5-Hash-Merge +BUILD_DEPENDS= p5-Hash-Merge>=0.12:textproc/p5-Hash-Merge +TEST_DEPENDS= p5-Test-Simple>=0.98:devel/p5-Test-Simple USES= perl5 USE_PERL5= configure @@ -20,7 +20,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> |