diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-07-06 01:52:23 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-07-06 01:52:23 +0000 |
commit | acfb07fef30fa06f3019394b1bd221a74116328b (patch) | |
tree | 4211f3f68921fc4a73bc77d3a67260b39c0e8048 /textproc/p5-Lingua-EN-Squeeze/Makefile | |
parent | 3529fa64bf417a6c0e06bc1d2a7ada1472838640 (diff) |
- update to 2006.0704
Notes
Notes:
svn path=/head/; revision=167032
Diffstat (limited to 'textproc/p5-Lingua-EN-Squeeze/Makefile')
-rw-r--r-- | textproc/p5-Lingua-EN-Squeeze/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/textproc/p5-Lingua-EN-Squeeze/Makefile b/textproc/p5-Lingua-EN-Squeeze/Makefile index 53fb6351c23c..8a95a3116e3d 100644 --- a/textproc/p5-Lingua-EN-Squeeze/Makefile +++ b/textproc/p5-Lingua-EN-Squeeze/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Lingua-EN-Squeeze -PORTVERSION= 2005.0216 +PORTVERSION= 2006.0704 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Lingua @@ -15,18 +15,10 @@ PKGNAMEPREFIX= p5- 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 +BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= yes MAN3= Lingua::EN::Squeeze.3 -.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> +.include <bsd.port.mk> |