From db9a566ef55ff4f25039c4a547c4b32eef0af7be Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Thu, 15 Mar 2012 19:10:41 +0000 Subject: [PATCH] - Add missing (undocumented) DEPENDS - Bump PORTREVISION Feature safe: yes --- textproc/p5-Text-EtText/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/textproc/p5-Text-EtText/Makefile b/textproc/p5-Text-EtText/Makefile index 521a638ce355..0d7632befb4e 100644 --- a/textproc/p5-Text-EtText/Makefile +++ b/textproc/p5-Text-EtText/Makefile @@ -7,6 +7,7 @@ PORTNAME= Text-EtText PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A simple plain-text to HTML converter +BUILD_DEPENDS= p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser +RUN_DEPENDS:= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Text::EtText.3 Text::EtText::DefaultGlossary.3 \