mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Fix .packlist path - Remove Author line - Bump PORTREVISION for package change
This commit is contained in:
parent
d4c6da7c6e
commit
39a20e50d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363182
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= Lingua-EN-NameCase
|
||||
PORTVERSION= 1.16
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -10,7 +11,12 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl module to fix the case of people's names
|
||||
|
||||
LICENSE= ART20
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/NAME/ s|Lingua-EN-NameCase|Lingua::EN::NameCase|' ${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,5 +7,3 @@ they do appear in a single string, whitespace separated, NameCase
|
||||
and nc deal correctly with them.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Lingua-EN-NameCase/
|
||||
|
||||
Seamus Venasse <svenasse@polaris.ca>
|
||||
|
@ -1,6 +1,8 @@
|
||||
%%PERL5_MAN3%%/Lingua::EN::NameCase.3.gz
|
||||
%%SITE_PERL%%/Lingua/EN/NameCase.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua-EN-NameCase/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua-EN-NameCase
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/NameCase/.packlist
|
||||
%%PERL5_MAN3%%/Lingua::EN::NameCase.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/NameCase
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua
|
||||
@dirrmtry %%SITE_PERL%%/Lingua/EN
|
||||
@dirrmtry %%SITE_PERL%%/Lingua
|
||||
|
Loading…
Reference in New Issue
Block a user