diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-17 13:06:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-17 13:06:10 +0000 |
commit | 2905f006181e7fedaa713202431e6694649dc1aa (patch) | |
tree | 28259207848cf63ff8c97f3b5201162c405bc301 /textproc/p5-String-Escape | |
parent | bc1453ac7ad52a54f94c4a6410ab2d8a6f9a1cc5 (diff) | |
download | ports-2905f006181e7fedaa713202431e6694649dc1aa.tar.gz ports-2905f006181e7fedaa713202431e6694649dc1aa.zip |
Notes
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 |