diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-05 08:40:39 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-05 08:40:39 +0000 |
commit | e4640905cd22414de663591002d03128b82160bf (patch) | |
tree | aa5bddcee5945007ea11f6c2eac78ae0fe843e12 /textproc/p5-HTML-EscapeEvil | |
parent | 383c9202af68d85b1b88c809f92cd399abf98cc4 (diff) | |
download | ports-e4640905cd22414de663591002d03128b82160bf.tar.gz ports-e4640905cd22414de663591002d03128b82160bf.zip |
Notes
Diffstat (limited to 'textproc/p5-HTML-EscapeEvil')
-rw-r--r-- | textproc/p5-HTML-EscapeEvil/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-HTML-EscapeEvil/Makefile b/textproc/p5-HTML-EscapeEvil/Makefile index 91c0f964d841..5a9511990d3f 100644 --- a/textproc/p5-HTML-EscapeEvil/Makefile +++ b/textproc/p5-HTML-EscapeEvil/Makefile @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Escape evil HTML tags -BUILD_DEPENDS= ${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \ - ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ - ${SITE_PERL}/${PERL_ARCH}/HTML/Filter.pm:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ + p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |