diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-17 21:06:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-17 21:06:10 +0800 |
commit | 96a146c92e3192793871d1177c59e0bdb474e758 (patch) | |
tree | e0d7326e69ff2ee4bbbd8857fec5b192e812191b /textproc/p5-String-Escape | |
parent | c35db533760ae0785de99504a4e8b4650d9bdd18 (diff) | |
download | freebsd-ports-gnome-96a146c92e3192793871d1177c59e0bdb474e758.tar.gz freebsd-ports-gnome-96a146c92e3192793871d1177c59e0bdb474e758.tar.zst freebsd-ports-gnome-96a146c92e3192793871d1177c59e0bdb474e758.zip |
String::Escape - Registry of string functions, including backslash escapes
WWW: http://search.cpan.org/dist/String-Escape/
PR: ports/134564
Submitted by: Denis Pokataev <catone at cpan.org>
Diffstat (limited to 'textproc/p5-String-Escape')
-rw-r--r-- | textproc/p5-String-Escape/Makefile | 21 | ||||
-rw-r--r-- | textproc/p5-String-Escape/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-String-Escape/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/p5-String-Escape/pkg-plist | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/textproc/p5-String-Escape/Makefile b/textproc/p5-String-Escape/Makefile new file mode 100644 index 000000000000..1dda40ec4a0b --- /dev/null +++ b/textproc/p5-String-Escape/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-String-Escape +# Date Created: 15 May 2009 +# Whom: Denis Pokataev <catone@cpan.org> +# +# $FreeBSD$ +# + +PORTNAME= String-Escape +PORTVERSION= 2002.001 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= catone@cpan.org +COMMENT= Registry of string functions, including backslash escapes + +PERL_CONFIGURE= yes + +MAN3= String::Escape.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-String-Escape/distinfo b/textproc/p5-String-Escape/distinfo new file mode 100644 index 000000000000..f0c6e21007dd --- /dev/null +++ b/textproc/p5-String-Escape/distinfo @@ -0,0 +1,3 @@ +MD5 (String-Escape-2002.001.tar.gz) = 764ff01a8f96632af1742e9637defaf6 +SHA256 (String-Escape-2002.001.tar.gz) = 845e13c6c5315abf0652729cd649ac5b3b6a995551bc0945cf8e824e41032c66 +SIZE (String-Escape-2002.001.tar.gz) = 7183 diff --git a/textproc/p5-String-Escape/pkg-descr b/textproc/p5-String-Escape/pkg-descr new file mode 100644 index 000000000000..b8aed227dffa --- /dev/null +++ b/textproc/p5-String-Escape/pkg-descr @@ -0,0 +1,3 @@ +String::Escape - Registry of string functions, including backslash escapes + +WWW: http://search.cpan.org/dist/String-Escape/ diff --git a/textproc/p5-String-Escape/pkg-plist b/textproc/p5-String-Escape/pkg-plist new file mode 100644 index 000000000000..964f4418c4e7 --- /dev/null +++ b/textproc/p5-String-Escape/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Escape/.packlist +%%SITE_PERL%%/String/Escape.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Escape +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String +@dirrmtry %%SITE_PERL%%/String |