mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Remove unnecessary MASTER_SITE_SUBDIR
- Update pkg-descr - Use single space after WWW: - Add missing trailing slash to WWW
This commit is contained in:
parent
f5af4f9607
commit
3828f1077c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358608
3 changed files with 5 additions and 6 deletions
|
@ -5,7 +5,6 @@ PORTNAME= String-CamelCase
|
|||
PORTVERSION= 0.02
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= String
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
|
@ -14,7 +13,7 @@ COMMENT= Perl module for camelcase, de-camelcase
|
|||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Perl module for camelcase, de-camelcase string.
|
||||
String::CamelCase provides camelcase and de-camelcase.
|
||||
|
||||
WWW: http://search.cpan.org/dist/String-CamelCase
|
||||
WWW: http://search.cpan.org/dist/String-CamelCase/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
%%PERL5_MAN3%%/String::CamelCase.3.gz
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/CamelCase/.packlist
|
||||
%%SITE_PERL%%/String/CamelCase.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/CamelCase/.packlist
|
||||
%%PERL5_MAN3%%/String::CamelCase.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/CamelCase
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String
|
||||
@dirrmtry %%SITE_PERL%%/String
|
||||
|
|
Loading…
Add table
Reference in a new issue