summaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-EN-NameParse/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2005-09-22 09:43:29 +0000
committerAnton Berezin <tobez@FreeBSD.org>2005-09-22 09:43:29 +0000
commit3315c79ca7541d82460de794dbf863c05ebdaf10 (patch)
tree916209b992ea18fd210e33cc03947b10c0d4fc14 /textproc/p5-Lingua-EN-NameParse/Makefile
parentUpdate to 2.32. (diff)
Update to 1.22. Assign maintainer to perl@. Require perl from ports.
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>