mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- upgrade to 1.0
- assign maintainer to perl@
This commit is contained in:
parent
5e40673141
commit
81fc347756
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143476
@ -6,17 +6,23 @@
|
||||
#
|
||||
|
||||
PORTNAME= Lingua-EN-Gender
|
||||
PORTVERSION= 0.02
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Lingua
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/E/EE/EEKIM
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Inflect pronouns for gender
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Lingua::EN::Gender.3
|
||||
MAN3= Lingua::EN::gender.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
IGNORE= requires perl 5.6.1 or above
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (Lingua-EN-Gender-0.02.tar.gz) = b8f3877aabfc2be31e587d99ea792176
|
||||
SIZE (Lingua-EN-Gender-0.02.tar.gz) = 2336
|
||||
MD5 (Lingua-EN-Gender-1.0.tar.gz) = ed7a5a474f6c80d067614a62ff2a8077
|
||||
SIZE (Lingua-EN-Gender-1.0.tar.gz) = 34162
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%SITE_PERL%%/Lingua/EN/Gender.pm
|
||||
%%SITE_PERL%%/Lingua/EN/gender.pl
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/Gender/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/Gender
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user