diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-05-24 08:15:28 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-05-24 08:15:28 +0000 |
commit | c7608b5428a1a9f2ee5a6104805b4a0b325bf742 (patch) | |
tree | 421a35d968c33f86685d7e68f268301cebba1c9c /textproc/p5-Lingua-EN-NamedEntity | |
parent | 91facc70e36ab1017379e2884bdadabcfd66b56b (diff) | |
download | ports-c7608b5428a1a9f2ee5a6104805b4a0b325bf742.tar.gz ports-c7608b5428a1a9f2ee5a6104805b4a0b325bf742.zip |
Notes
Diffstat (limited to 'textproc/p5-Lingua-EN-NamedEntity')
-rw-r--r-- | textproc/p5-Lingua-EN-NamedEntity/Makefile | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/textproc/p5-Lingua-EN-NamedEntity/Makefile b/textproc/p5-Lingua-EN-NamedEntity/Makefile index 584130f0f4a2..fab75d50c586 100644 --- a/textproc/p5-Lingua-EN-NamedEntity/Makefile +++ b/textproc/p5-Lingua-EN-NamedEntity/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Lingua-EN-NamedEntity -# Date created: 2006-07-21 -# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> -# +# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> # $FreeBSD$ -# PORTNAME= Lingua-EN-NamedEntity PORTVERSION= 1.9 @@ -12,7 +8,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Basic Named Entity Extraction algorithm RUN_DEPENDS= p5-Lingua-Stem>=0:${PORTSDIR}/textproc/p5-Lingua-Stem \ @@ -23,10 +19,4 @@ PERL_CONFIGURE= yes MAN3= Lingua::EN::NamedEntity.3 -.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> +.include <bsd.port.mk> |