diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-12 09:06:35 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-12 09:06:35 +0000 |
commit | 0018b7f4d5f3fbe3ffec152f0d86c0ad9b977def (patch) | |
tree | 36b32307791a1a099ee8d8088d35e3bfd1acf947 | |
parent | adjust FETCH_ARGS to accommodate redirects (diff) |
- Add BUILD_DEPENDS
Notes
Notes:
svn path=/head/; revision=279533
-rw-r--r-- | textproc/p5-HTML-Entities-Interpolate/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-HTML-Entities-Interpolate/Makefile b/textproc/p5-HTML-Entities-Interpolate/Makefile index 5bf3f0f371ed..8a18977b3c88 100644 --- a/textproc/p5-HTML-Entities-Interpolate/Makefile +++ b/textproc/p5-HTML-Entities-Interpolate/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= sunpoet@FreeBSD.org COMMENT= Call HTML::Entities::encode_entities, via a hash, within a string +BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-Tie-Function>=0:${PORTSDIR}/devel/p5-Tie-Function RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-Tie-Function>=0:${PORTSDIR}/devel/p5-Tie-Function TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod |