diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-06-21 01:05:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-06-21 01:05:51 +0800 |
commit | 97c4054bfe4918d35e65e03594d9977600033a37 (patch) | |
tree | d033f3def24fa5e15903b3df71fd628abaf5677c | |
parent | 9660bfddc7adccee02a8486b4c3a3ca8585113b0 (diff) | |
download | freebsd-ports-gnome-97c4054bfe4918d35e65e03594d9977600033a37.tar.gz freebsd-ports-gnome-97c4054bfe4918d35e65e03594d9977600033a37.tar.zst freebsd-ports-gnome-97c4054bfe4918d35e65e03594d9977600033a37.zip |
- Remove unnecessary MASTER_SITE_SUBDIR
- Update pkg-descr
- Use single space after WWW:
- Add missing trailing slash to WWW
-rw-r--r-- | textproc/p5-String-CamelCase/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-String-CamelCase/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-String-CamelCase/pkg-plist | 4 |
3 files changed, 5 insertions, 6 deletions
diff --git a/textproc/p5-String-CamelCase/Makefile b/textproc/p5-String-CamelCase/Makefile index fee6a82ece8e..e5c0584c8700 100644 --- a/textproc/p5-String-CamelCase/Makefile +++ b/textproc/p5-String-CamelCase/Makefile @@ -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> diff --git a/textproc/p5-String-CamelCase/pkg-descr b/textproc/p5-String-CamelCase/pkg-descr index ddb58c334425..cd20d05abc1f 100644 --- a/textproc/p5-String-CamelCase/pkg-descr +++ b/textproc/p5-String-CamelCase/pkg-descr @@ -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/ diff --git a/textproc/p5-String-CamelCase/pkg-plist b/textproc/p5-String-CamelCase/pkg-plist index 49076e2e1d68..489bf0898ca2 100644 --- a/textproc/p5-String-CamelCase/pkg-plist +++ b/textproc/p5-String-CamelCase/pkg-plist @@ -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 |