diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-01-23 14:23:27 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-01-23 14:23:27 +0000 |
commit | 0468f0537dab0c42338ae56924891eb48f88d707 (patch) | |
tree | 59234a95258943de0fb5ba99144dc2f2b4141691 /devel/p5-Data-Visitor-Encode | |
parent | 5dcd25a328fea6c5d11fc9603c48d21f4920eb47 (diff) | |
download | ports-0468f0537dab0c42338ae56924891eb48f88d707.tar.gz ports-0468f0537dab0c42338ae56924891eb48f88d707.zip |
Notes
Diffstat (limited to 'devel/p5-Data-Visitor-Encode')
-rw-r--r-- | devel/p5-Data-Visitor-Encode/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-Data-Visitor-Encode/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Data-Visitor-Encode/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-Data-Visitor-Encode/pkg-plist | 3 |
4 files changed, 37 insertions, 0 deletions
diff --git a/devel/p5-Data-Visitor-Encode/Makefile b/devel/p5-Data-Visitor-Encode/Makefile new file mode 100644 index 000000000000..12139242425c --- /dev/null +++ b/devel/p5-Data-Visitor-Encode/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: Data::Visitor::Encode +# Date created: 23 Jan 2009 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Data-Visitor-Encode +PORTVERSION= 0.10002 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to encode/decode values in a structure + +RUN_DEPENDS= \ + p5-Data-Visitor>=0.18:${PORTSDIR}/devel/p5-Data-Visitor +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Data::Visitor::Encode.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Data-Visitor-Encode/distinfo b/devel/p5-Data-Visitor-Encode/distinfo new file mode 100644 index 000000000000..6d89d3c704d0 --- /dev/null +++ b/devel/p5-Data-Visitor-Encode/distinfo @@ -0,0 +1,3 @@ +MD5 (Data-Visitor-Encode-0.10002.tar.gz) = 882e909d3b5cac0254cf981d0064f16d +SHA256 (Data-Visitor-Encode-0.10002.tar.gz) = cceda1c8283f9b665af8473ce37ee974b8d5c1db714ba18d52cdb4506597633c +SIZE (Data-Visitor-Encode-0.10002.tar.gz) = 23581 diff --git a/devel/p5-Data-Visitor-Encode/pkg-descr b/devel/p5-Data-Visitor-Encode/pkg-descr new file mode 100644 index 000000000000..8a051e1f293e --- /dev/null +++ b/devel/p5-Data-Visitor-Encode/pkg-descr @@ -0,0 +1,6 @@ +Data::Visitor::Encode visits each node of a structure, and returns a +new structure with each node's encoding (or similar action). If you +ever wished to do a bulk encode/decode of the contents of a structure, +then this module may help you. + +WWW: http://search.cpan.org/dist/Data-Visitor-Encode/ diff --git a/devel/p5-Data-Visitor-Encode/pkg-plist b/devel/p5-Data-Visitor-Encode/pkg-plist new file mode 100644 index 000000000000..3af4c7e5d506 --- /dev/null +++ b/devel/p5-Data-Visitor-Encode/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Data/Visitor/Encode.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Visitor/Encode/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Visitor/Encode |