svn commit: r318924 - head/textproc/p5-Lingua-EN-NamedEntity

Andrej Zverev az at FreeBSD.org
Fri May 24 08:15:29 UTC 2013


Author: az
Date: Fri May 24 08:15:28 2013
New Revision: 318924
URL: http://svnweb.freebsd.org/changeset/ports/318924

Log:
  - Trim Makefile header
  - Assign maintainership to perl@
  - Remove unnecessary depend on PERL_LEVEL < 5.12

Modified:
  head/textproc/p5-Lingua-EN-NamedEntity/Makefile   (contents, props changed)

Modified: head/textproc/p5-Lingua-EN-NamedEntity/Makefile
==============================================================================
--- head/textproc/p5-Lingua-EN-NamedEntity/Makefile	Fri May 24 08:13:41 2013	(r318923)
+++ head/textproc/p5-Lingua-EN-NamedEntity/Makefile	Fri May 24 08:15:28 2013	(r318924)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Lingua-EN-NamedEntity
-# Date created:				2006-07-21
-# Whom:					Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
-#
+# Created by: Jin-Shan Tseng <tjs at 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 at FreeBSD.org
+MAINTAINER=	perl at 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>


More information about the svn-ports-all mailing list