1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

- Take devel/p5-Module-Build away from RUN_DEPENDS

- Bump PORTREVISION
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2010-12-19 09:57:31 +00:00
parent b1d59075bf
commit d0528a2cc1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266581

View File

@ -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