diff options
author | swills <swills@FreeBSD.org> | 2012-03-14 21:25:15 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-14 21:25:15 +0800 |
commit | eb2e1de5f749d451702a7f0a7b6e0f6015d4feb4 (patch) | |
tree | ec460daad48beb9fec8a8ceb89e43d7b92f755a8 | |
parent | ecde22e59105db95be47b5564cc4e6345da18fc0 (diff) | |
download | freebsd-ports-gnome-eb2e1de5f749d451702a7f0a7b6e0f6015d4feb4.tar.gz freebsd-ports-gnome-eb2e1de5f749d451702a7f0a7b6e0f6015d4feb4.tar.zst freebsd-ports-gnome-eb2e1de5f749d451702a7f0a7b6e0f6015d4feb4.zip |
- Add missing DEPENDS
- Bump PORTREVISION
Passes tests now.
Feature safe: yes
-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 |