mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Add missing DEPENDS
- Bump PORTREVISION Passes tests now. Feature safe: yes
This commit is contained in:
parent
08687e275c
commit
376a1eafc6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293291
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user