From 619676ad41a8a42d47595e0a5e4c17f812e350f1 Mon Sep 17 00:00:00 2001 From: az Date: Fri, 24 May 2013 08:15:28 +0000 Subject: - Trim Makefile header - Assign maintainership to perl@ - Remove unnecessary depend on PERL_LEVEL < 5.12 --- textproc/p5-Lingua-EN-NamedEntity/Makefile | 16 +++------------- 1 file 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 -# +# Created by: Jin-Shan Tseng # $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 - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include +.include -- cgit v1.1