2013-09-21 01:17:30 +02:00
|
|
|
# Created by: Seamus Venasse <svenasse@polaris.ca>
|
2002-06-09 02:06:36 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Lingua-EN-Summarize
|
|
|
|
PORTVERSION= 0.2
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 2
|
2002-06-09 02:06:36 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-06-09 02:06:36 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2015-05-11 14:04:18 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2014-08-03 16:15:08 +02:00
|
|
|
COMMENT= Simple tool for summarizing bodies of English text
|
2002-06-09 02:06:36 +02:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
BUILD_DEPENDS= p5-HTML-Summary>=0:www/p5-HTML-Summary \
|
|
|
|
p5-HTML-Parser>=0:www/p5-HTML-Parser
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2002-06-09 02:06:36 +02:00
|
|
|
|
2013-08-02 20:21:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2002-06-09 02:06:36 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|