From d0528a2cc190139cfe609f1d2ab0fcc20f489758 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 19 Dec 2010 09:57:31 +0000 Subject: [PATCH] - Take devel/p5-Module-Build away from RUN_DEPENDS - Bump PORTREVISION --- www/p5-HTML-Tree/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/p5-HTML-Tree/Makefile b/www/p5-HTML-Tree/Makefile index 995aa956aa6c..9cb1c4cd1430 100644 --- a/www/p5-HTML-Tree/Makefile +++ b/www/p5-HTML-Tree/Makefile @@ -7,6 +7,7 @@ PORTNAME= HTML-Tree PORTVERSION= 4.1 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A collection of modules to manupulate HTML syntax trees -BUILD_DEPENDS= p5-HTML-Parser>=3.46:${PORTSDIR}/www/p5-HTML-Parser \ +RUN_DEPENDS= p5-HTML-Parser>=3.46:${PORTSDIR}/www/p5-HTML-Parser \ p5-HTML-Tagset>=3.02:${PORTSDIR}/www/p5-HTML-Tagset -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_MODBUILD= yes