Index: head/textproc/p5-Text-Balanced/Makefile =================================================================== --- head/textproc/p5-Text-Balanced/Makefile (revision 161182) +++ head/textproc/p5-Text-Balanced/Makefile (revision 161183) @@ -1,22 +1,28 @@ # New ports collection makefile for: devel/p5-Text-Balanced # Date created: 16 Sep 2001 # Whom: Anton Berezin # # $FreeBSD$ # PORTNAME= Text-Balanced -PORTVERSION= 1.95 +PORTVERSION= 1.97 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text PKGNAMEPREFIX= p5- -MAINTAINER= tobez@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Text::Balanced - extract delimited text sequences from strings PERL_CONFIGURE= yes MAN3= Text::Balanced.3 -.include +.include + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.endif + +.include Property changes on: head/textproc/p5-Text-Balanced/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/textproc/p5-Text-Balanced/distinfo =================================================================== --- head/textproc/p5-Text-Balanced/distinfo (revision 161182) +++ head/textproc/p5-Text-Balanced/distinfo (revision 161183) @@ -1,3 +1,3 @@ -MD5 (Text-Balanced-1.95.tar.gz) = 1372379bb5cf036d8e8364ce9bfca27d -SHA256 (Text-Balanced-1.95.tar.gz) = 2f842b4d8edf20b77022f90031b2a94b2651f4fb62ee13ef1e2a7d12846d571c -SIZE (Text-Balanced-1.95.tar.gz) = 28133 +MD5 (Text-Balanced-1.97.tar.gz) = b2a2d81baaa1cd5e122d9af9fa413360 +SHA256 (Text-Balanced-1.97.tar.gz) = 6926d8e74b2f8725b1e896887fe362973ecc5b42fd14d862e6fb5628dffcdf6b +SIZE (Text-Balanced-1.97.tar.gz) = 24476 Property changes on: head/textproc/p5-Text-Balanced/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property