summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-05-24 08:15:28 +0000
committeraz <az@FreeBSD.org>2013-05-24 08:15:28 +0000
commit619676ad41a8a42d47595e0a5e4c17f812e350f1 (patch)
tree421a35d968c33f86685d7e68f268301cebba1c9c
parent9c753d46d8d481acb7e9884023c72a33a08cf84b (diff)
downloadFreeBSD-ports-619676ad41a8a42d47595e0a5e4c17f812e350f1.zip
FreeBSD-ports-619676ad41a8a42d47595e0a5e4c17f812e350f1.tar.gz
- Trim Makefile header
- Assign maintainership to perl@ - Remove unnecessary depend on PERL_LEVEL < 5.12
-rw-r--r--textproc/p5-Lingua-EN-NamedEntity/Makefile16
1 files changed, 3 insertions, 13 deletions
diff --git a/textproc/p5-Lingua-EN-NamedEntity/Makefile b/textproc/p5-Lingua-EN-NamedEntity/Makefile
index 584130f..fab75d5 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>
OpenPOWER on IntegriCloud