2013-05-24 10:15:28 +02:00
|
|
|
# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
2006-07-22 06:54:01 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Lingua-EN-NamedEntity
|
2015-10-15 22:18:31 +02:00
|
|
|
PORTVERSION= 1.93
|
2006-07-22 06:54:01 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-22 06:54:01 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2013-05-24 10:15:28 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-07-22 06:54:01 +02:00
|
|
|
COMMENT= Basic Named Entity Extraction algorithm
|
|
|
|
|
2013-06-04 12:00:08 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
BUILD_DEPENDS= p5-Lingua-Stem>=0:textproc/p5-Lingua-Stem
|
2015-10-15 22:18:31 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-07-22 06:54:01 +02:00
|
|
|
|
2015-10-15 22:18:31 +02:00
|
|
|
NO_ARCH= yes
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-07-22 06:54:01 +02:00
|
|
|
|
2013-05-24 10:15:28 +02:00
|
|
|
.include <bsd.port.mk>
|