Date: Fri, 24 May 2013 08:15:29 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318924 - head/textproc/p5-Lingua-EN-NamedEntity Message-ID: <201305240815.r4O8FT75016454@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305240815.r4O8FT75016454>