diff options
author | miwi <miwi@FreeBSD.org> | 2007-12-12 21:22:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-12-12 21:22:24 +0800 |
commit | 973999cc7579752ed99f789b2cbbb576e33274ff (patch) | |
tree | 39702f3a9ddb2b27b9e117f5d569bbc2fb01ebca /textproc | |
parent | f592111ead619ed0513c74d568b6e94d6eb16a4e (diff) | |
download | freebsd-ports-gnome-973999cc7579752ed99f789b2cbbb576e33274ff.tar.gz freebsd-ports-gnome-973999cc7579752ed99f789b2cbbb576e33274ff.tar.zst freebsd-ports-gnome-973999cc7579752ed99f789b2cbbb576e33274ff.zip |
Perl module for camelcase, de-camelcase string.
WWW: http://search.cpan.org/dist/String-CamelCase
PR: ports/117665
Submitted by: TAKAHASHI Kaoru <kaoru at kaisei.org>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-String-CamelCase/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-String-CamelCase/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-String-CamelCase/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/p5-String-CamelCase/pkg-plist | 5 |
5 files changed, 34 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f2772e9f13cc..fc5b9725b300 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -500,6 +500,7 @@ SUBDIR += p5-Spreadsheet-WriteExcel SUBDIR += p5-Spreadsheet-WriteExcel-FromXML SUBDIR += p5-Spreadsheet-WriteExcelXML + SUBDIR += p5-String-CamelCase SUBDIR += p5-String-Divert SUBDIR += p5-String-Format SUBDIR += p5-String-Fraction diff --git a/textproc/p5-String-CamelCase/Makefile b/textproc/p5-String-CamelCase/Makefile new file mode 100644 index 000000000000..fe0a57e7b2dd --- /dev/null +++ b/textproc/p5-String-CamelCase/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-String-CamelCase +# Date created: 2007-10-30 +# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org> +# +# $FreeBSD$ +# + +PORTNAME= String-CamelCase +PORTVERSION= 0.01 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= String +PKGNAMEPREFIX= p5- + +MAINTAINER= kaoru@kaisei.org +COMMENT= Perl module for camelcase, de-camelcase + +PERL_CONFIGURE= yes + +MAN3= String::CamelCase.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-String-CamelCase/distinfo b/textproc/p5-String-CamelCase/distinfo new file mode 100644 index 000000000000..a64b163c92f3 --- /dev/null +++ b/textproc/p5-String-CamelCase/distinfo @@ -0,0 +1,3 @@ +MD5 (String-CamelCase-0.01.tar.gz) = d080183df20728d98433f682daf73b15 +SHA256 (String-CamelCase-0.01.tar.gz) = 02b5f12aee92273442ed277221d3479f65bc6da19dbbc4f51d16f81a89e0cd1a +SIZE (String-CamelCase-0.01.tar.gz) = 4374 diff --git a/textproc/p5-String-CamelCase/pkg-descr b/textproc/p5-String-CamelCase/pkg-descr new file mode 100644 index 000000000000..ddb58c334425 --- /dev/null +++ b/textproc/p5-String-CamelCase/pkg-descr @@ -0,0 +1,3 @@ +Perl module for camelcase, de-camelcase string. + +WWW: http://search.cpan.org/dist/String-CamelCase diff --git a/textproc/p5-String-CamelCase/pkg-plist b/textproc/p5-String-CamelCase/pkg-plist new file mode 100644 index 000000000000..41112c904220 --- /dev/null +++ b/textproc/p5-String-CamelCase/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/CamelCase/.packlist +%%SITE_PERL%%/String/CamelCase.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/CamelCase +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String +@dirrmtry %%SITE_PERL%%/String |