2006-07-22 06:54:01 +02:00
|
|
|
# New ports collection makefile for: p5-Lingua-EN-NamedEntity
|
|
|
|
# Date created: 2006-07-21
|
|
|
|
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Lingua-EN-NamedEntity
|
2008-07-05 02:19:17 +02:00
|
|
|
PORTVERSION= 1.9
|
2010-09-21 09:56:43 +02:00
|
|
|
PORTREVISION= 1
|
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-
|
|
|
|
|
2008-07-05 02:19:17 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-07-22 06:54:01 +02:00
|
|
|
COMMENT= Basic Named Entity Extraction algorithm
|
|
|
|
|
2010-09-21 09:56:43 +02:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Lingua/Stem/En.pm:${PORTSDIR}/textproc/p5-Lingua-Stem \
|
2006-07-22 06:54:01 +02:00
|
|
|
${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
|
2012-03-13 17:15:36 +01:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2006-07-22 06:54:01 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Lingua::EN::NamedEntity.3
|
|
|
|
|
2012-03-13 17:15:36 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500903
|
|
|
|
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|