1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to 1.22. Assign maintainer to perl@. Require perl from ports.

This commit is contained in:
Anton Berezin 2005-09-22 09:43:29 +00:00
parent 98a9aedf93
commit 3315c79ca7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143342
3 changed files with 12 additions and 5 deletions

View File

@ -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>

View File

@ -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

View File

@ -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