aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-Tree/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-07 13:55:25 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-07 13:55:25 +0000
commit1e2bf2c5d57e115acb946a6b16e47483d5a8a391 (patch)
tree2ebf187b9ffba43b33c30ab99f9ca1be04e1ac37 /www/p5-HTML-Tree/Makefile
parent6743d2bbeb216285c21fe60f98fafa92af52d2bc (diff)
downloadports-1e2bf2c5d57e115acb946a6b16e47483d5a8a391.tar.gz
ports-1e2bf2c5d57e115acb946a6b16e47483d5a8a391.zip
Notes
Diffstat (limited to 'www/p5-HTML-Tree/Makefile')
-rw-r--r--www/p5-HTML-Tree/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/www/p5-HTML-Tree/Makefile b/www/p5-HTML-Tree/Makefile
index 36c0b50b6b5d..468b5887048e 100644
--- a/www/p5-HTML-Tree/Makefile
+++ b/www/p5-HTML-Tree/Makefile
@@ -13,18 +13,12 @@ COMMENT= Collection of modules to manipulate HTML syntax trees
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-RUN_DEPENDS= p5-HTML-Parser>=3.46:${PORTSDIR}/www/p5-HTML-Parser \
+BUILD_DEPENDS= p5-HTML-Parser>=3.46:${PORTSDIR}/www/p5-HTML-Parser \
p5-HTML-Tagset>=3.02:${PORTSDIR}/www/p5-HTML-Tagset
-BUILD_DEPENDS:= ${RUN_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
USES= perl5
USE_PERL5= modbuild
-MAN3= HTML::Parse.3 HTML::TreeBuilder.3 HTML::AsSubs.3 \
- HTML::Element.3 HTML::Element::traverse.3 HTML::Tree.3 \
- HTML::Tree::Scanning.3 HTML::Tree::AboutObjects.3 \
- HTML::Tree::AboutTrees.3
-
-NO_STAGE= yes
.include <bsd.port.mk>