summaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-EN-NameParse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Lingua-EN-NameParse/Makefile')
-rw-r--r--textproc/p5-Lingua-EN-NameParse/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/textproc/p5-Lingua-EN-NameParse/Makefile b/textproc/p5-Lingua-EN-NameParse/Makefile
index 7d10f91722fa..afa7cc3092f3 100644
--- a/textproc/p5-Lingua-EN-NameParse/Makefile
+++ b/textproc/p5-Lingua-EN-NameParse/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= Lingua-EN-NameParse
-PORTVERSION= 1.18
+PORTVERSION= 1.22
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Lingua
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl routines for manipulating a person's name
BUILD_DEPENDS= ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent
@@ -23,4 +23,10 @@ PERL_CONFIGURE= yes
MAN3= Lingua::EN::NameGrammar.3 \
Lingua::EN::NameParse.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= Port requires perl 5.6.0 or later. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>