aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-EN-NameParse
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
parent98a9aedf93cd77010fb64945ef5e7fb059c80a4e (diff)
downloadports-3315c79ca7541d82460de794dbf863c05ebdaf10.tar.gz
ports-3315c79ca7541d82460de794dbf863c05ebdaf10.zip
Notes
Diffstat (limited to 'textproc/p5-Lingua-EN-NameParse')
-rw-r--r--textproc/p5-Lingua-EN-NameParse/Makefile12
-rw-r--r--textproc/p5-Lingua-EN-NameParse/distinfo4
-rw-r--r--textproc/p5-Lingua-EN-NameParse/pkg-plist1
3 files changed, 12 insertions, 5 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>
diff --git a/textproc/p5-Lingua-EN-NameParse/distinfo b/textproc/p5-Lingua-EN-NameParse/distinfo
index 0b57c359f693..4c83873c156c 100644
--- a/textproc/p5-Lingua-EN-NameParse/distinfo
+++ b/textproc/p5-Lingua-EN-NameParse/distinfo
@@ -1,2 +1,2 @@
-MD5 (Lingua-EN-NameParse-1.18.tar.gz) = 34bb5be1f9e0570c6c0ae751afdc6bf1
-SIZE (Lingua-EN-NameParse-1.18.tar.gz) = 18774
+MD5 (Lingua-EN-NameParse-1.22.tar.gz) = 56ccdf8e6be149db0fe08449a18223f0
+SIZE (Lingua-EN-NameParse-1.22.tar.gz) = 20802
diff --git a/textproc/p5-Lingua-EN-NameParse/pkg-plist b/textproc/p5-Lingua-EN-NameParse/pkg-plist
index aeac9708f2ae..8fa382da5db7 100644
--- a/textproc/p5-Lingua-EN-NameParse/pkg-plist
+++ b/textproc/p5-Lingua-EN-NameParse/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Lingua/EN/NameGrammar.pm
%%SITE_PERL%%/Lingua/EN/NameParse.pm
+%%SITE_PERL%%/Lingua/EN/demo.pl
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/NameParse/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/NameParse
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN 2>/dev/null || true