diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-09-23 11:59:30 +0800 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-09-23 11:59:30 +0800 |
commit | 2b63651da6577c3dd0452021a5417d239e29a50b (patch) | |
tree | fd448ab4d8b399029d23dcee04f67f4404fc1676 /textproc | |
parent | b622498de7e61741a8ebb177d31a36f5eb0a68a7 (diff) | |
download | freebsd-ports-gnome-2b63651da6577c3dd0452021a5417d239e29a50b.tar.gz freebsd-ports-gnome-2b63651da6577c3dd0452021a5417d239e29a50b.tar.zst freebsd-ports-gnome-2b63651da6577c3dd0452021a5417d239e29a50b.zip |
- update to p5-Lingua-EN-Squeeze-2005.0216
- assign maintainer to perl@
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-EN-Squeeze/Makefile | 17 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Squeeze/distinfo | 4 |
2 files changed, 15 insertions, 6 deletions
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 <bsd.port.mk> +.include <bsd.port.pre.mk> + +# 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 <bsd.port.post.mk> 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 |