diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-05 07:02:36 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-05 07:02:36 +0000 |
commit | bc08cdec761b3b0041fb2b0f8d0d9df096fc92ef (patch) | |
tree | 5aeef25df465c579cfb0aeccdd03201c140367cd /textproc/p5-Petal-Utils | |
parent | 8408ccfbc38e42b74038cc264147c753a8b153fc (diff) | |
download | ports-bc08cdec761b3b0041fb2b0f8d0d9df096fc92ef.tar.gz ports-bc08cdec761b3b0041fb2b0f8d0d9df096fc92ef.zip |
Notes
Diffstat (limited to 'textproc/p5-Petal-Utils')
-rw-r--r-- | textproc/p5-Petal-Utils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Petal-Utils/Makefile b/textproc/p5-Petal-Utils/Makefile index 1a6efe2ef078..0b7a7eaac117 100644 --- a/textproc/p5-Petal-Utils/Makefile +++ b/textproc/p5-Petal-Utils/Makefile @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Useful template modifiers for Petal -RUN_DEPENDS= ${SITE_PERL}/Petal.pm:${PORTSDIR}/textproc/p5-Petal \ - ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI +RUN_DEPENDS= p5-Petal>=0:${PORTSDIR}/textproc/p5-Petal \ + p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ + p5-URI>=0:${PORTSDIR}/net/p5-URI MAN3= Petal::Utils.3 |