diff options
-rw-r--r-- | textproc/p5-Lingua-EN-Summarize/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Lingua-EN-Summarize/Makefile b/textproc/p5-Lingua-EN-Summarize/Makefile index 40faae3a63bb..95223260b866 100644 --- a/textproc/p5-Lingua-EN-Summarize/Makefile +++ b/textproc/p5-Lingua-EN-Summarize/Makefile @@ -7,6 +7,7 @@ PORTNAME= Lingua-EN-Summarize PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A simple tool for summarizing bodies of English text -BUILD_DEPENDS= ${SITE_PERL}/HTML/Summary.pm:${PORTSDIR}/www/p5-HTML-Summary +BUILD_DEPENDS= p5-HTML-Summary>=0:${PORTSDIR}/www/p5-HTML-Summary \ + p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |