aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Balanced/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-Balanced/Makefile')
-rw-r--r--textproc/p5-Text-Balanced/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/textproc/p5-Text-Balanced/Makefile b/textproc/p5-Text-Balanced/Makefile
index b7cda10f3a36..ca0a64f4b224 100644
--- a/textproc/p5-Text-Balanced/Makefile
+++ b/textproc/p5-Text-Balanced/Makefile
@@ -6,17 +6,23 @@
#
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>