From c8e35e1ff4b58ea0cecbf78acddaba90734ff231 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sat, 17 Mar 2012 18:37:51 +0000 Subject: - Add missing DEPENDS - Avoid use of SITE_PERL in DEPENDS - Bump PORTREVISION PR: ports/165664 Approved by: loader@freebsdmall.com (maintainer) Feature safe: yes --- textproc/p5-HTML-FormatText-WithLinks/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'textproc/p5-HTML-FormatText-WithLinks') diff --git a/textproc/p5-HTML-FormatText-WithLinks/Makefile b/textproc/p5-HTML-FormatText-WithLinks/Makefile index 6707cbd6c505..d4901437a569 100644 --- a/textproc/p5-HTML-FormatText-WithLinks/Makefile +++ b/textproc/p5-HTML-FormatText-WithLinks/Makefile @@ -7,6 +7,7 @@ PORTNAME= HTML-FormatText-WithLinks PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= loader@freebsdmall.com COMMENT= Perl5 module to convert HTML to text with links as footnotes -BUILD_DEPENDS= ${SITE_PERL}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format -RUN_DEPENDS= ${SITE_PERL}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format +BUILD_DEPENDS= p5-HTML-Format>=0:${PORTSDIR}/textproc/p5-HTML-Format \ + p5-URI>=0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= HTML::FormatText::WithLinks.3 -- cgit v1.2.3