diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-03-14 13:25:15 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-03-14 13:25:15 +0000 |
commit | 376a1eafc62d1bd45cd74b997dd0cddcd2589016 (patch) | |
tree | 0e618e22dad71246c34e43462dd924dfcdc3bb1d /textproc/p5-Lingua-EN-Summarize | |
parent | 08687e275c2d80522fa8626e8af5817578d641ef (diff) | |
download | ports-376a1eafc62d1bd45cd74b997dd0cddcd2589016.tar.gz ports-376a1eafc62d1bd45cd74b997dd0cddcd2589016.zip |
Notes
Diffstat (limited to 'textproc/p5-Lingua-EN-Summarize')
-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 |