From 2b63651da6577c3dd0452021a5417d239e29a50b Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Fri, 23 Sep 2005 03:59:30 +0000 Subject: - update to p5-Lingua-EN-Squeeze-2005.0216 - assign maintainer to perl@ --- textproc/p5-Lingua-EN-Squeeze/Makefile | 17 +++++++++++++---- textproc/p5-Lingua-EN-Squeeze/distinfo | 4 ++-- 2 files changed, 15 insertions(+), 6 deletions(-) (limited to 'textproc') diff --git a/textproc/p5-Lingua-EN-Squeeze/Makefile b/textproc/p5-Lingua-EN-Squeeze/Makefile index 7ea0a6fb097b..53fb6351c23c 100644 --- a/textproc/p5-Lingua-EN-Squeeze/Makefile +++ b/textproc/p5-Lingua-EN-Squeeze/Makefile @@ -6,18 +6,27 @@ # PORTNAME= Lingua-EN-Squeeze -PORTVERSION= 0.1998.1204 +PORTVERSION= 2005.0216 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Lingua PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:S/0.//} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Shorten text to minimum syllables by using hash table +# requires ExtUtils::MakeMaker 6.25 or above +BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/MakeMaker.pm:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker + PERL_CONFIGURE= yes MAN3= Lingua::EN::Squeeze.3 -.include +.include + +# ExtUtils::MakeMaker requires perl 5.6.1 +.if ${PERL_LEVEL} < 500601 +IGNORE= requires perl 5.6.1 or later. Install lang/perl5 then try again +.endif + +.include diff --git a/textproc/p5-Lingua-EN-Squeeze/distinfo b/textproc/p5-Lingua-EN-Squeeze/distinfo index 93ade33a6b4b..3dee9e3a0fb2 100644 --- a/textproc/p5-Lingua-EN-Squeeze/distinfo +++ b/textproc/p5-Lingua-EN-Squeeze/distinfo @@ -1,2 +1,2 @@ -MD5 (Lingua-EN-Squeeze-1998.1204.tar.gz) = a7860f69fcae17ee2ef311730599480e -SIZE (Lingua-EN-Squeeze-1998.1204.tar.gz) = 12559 +MD5 (Lingua-EN-Squeeze-2005.0216.tar.gz) = 89f9f5223bf98789ba9daa0cc049dba7 +SIZE (Lingua-EN-Squeeze-2005.0216.tar.gz) = 14758 -- cgit