1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Add missing BUILD_DEPENDS so the module works

- Expand value of BUILD_DEPENDS before assigning it to RUN_DEPENDS
- Bump PORTREVISION due to new RUN_DEPENDS
This commit is contained in:
Steve Wills 2012-01-10 21:44:01 +00:00
parent 75602a30ee
commit ea639510e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288921

View File

@ -7,6 +7,7 @@
PORTNAME= HTML-ResolveLink
PORTVERSION= 0.05
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -14,8 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Resolve relative links in (X)HTML into absolute URI
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser
RUN_DEPENDS= ${BUILD_DEPENDS}
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
p5-URI>0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes