diff options
author | Renato Botelho <garga@FreeBSD.org> | 2009-02-02 17:24:11 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2009-02-02 17:24:11 +0000 |
commit | 0a0f45c8439ae49dcbee6e4a9df75fcb02e31c74 (patch) | |
tree | 757eaf613faa362f8317b208fa5578b34aadb991 /devel | |
parent | 3525efedf1c420b8439cb67ef7764a66eca1813f (diff) | |
download | ports-0a0f45c8439ae49dcbee6e4a9df75fcb02e31c74.tar.gz ports-0a0f45c8439ae49dcbee6e4a9df75fcb02e31c74.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Data-Dumper-Perltidy/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-Data-Dumper-Perltidy/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Data-Dumper-Perltidy/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-Data-Dumper-Perltidy/pkg-plist | 7 |
5 files changed, 39 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 809a734c3b99..a165afd8f81d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1136,6 +1136,7 @@ SUBDIR += p5-Data-Dump-Streamer SUBDIR += p5-Data-DumpXML SUBDIR += p5-Data-Dumper + SUBDIR += p5-Data-Dumper-Perltidy SUBDIR += p5-Data-Dumper-Simple SUBDIR += p5-Data-Flow SUBDIR += p5-Data-GUID diff --git a/devel/p5-Data-Dumper-Perltidy/Makefile b/devel/p5-Data-Dumper-Perltidy/Makefile new file mode 100644 index 000000000000..de4bdd999cc7 --- /dev/null +++ b/devel/p5-Data-Dumper-Perltidy/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-Data-Dumper-Perltidy +# Date created: 2009-01-30 +# Whom: Murilo Opsfelder <mopsfelder@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= Data-Dumper-Perltidy +PORTVERSION= 0.01 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= mopsfelder@gmail.com +COMMENT= Stringify and pretty print Perl data structures + +RUN_DEPENDS= ${SITE_PERL}/Perl/Tidy.pm:${PORTSDIR}/devel/perltidy + +PERL_CONFIGURE= yes + +MAN3= Data::Dumper::Perltidy.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Data-Dumper-Perltidy/distinfo b/devel/p5-Data-Dumper-Perltidy/distinfo new file mode 100644 index 000000000000..9d1fb9e6ddb1 --- /dev/null +++ b/devel/p5-Data-Dumper-Perltidy/distinfo @@ -0,0 +1,3 @@ +MD5 (Data-Dumper-Perltidy-0.01.tar.gz) = 41d5a50c9b5c8ca97f017797dcfea1f9 +SHA256 (Data-Dumper-Perltidy-0.01.tar.gz) = 87a80c0a76d4bef0e3f1116df4ed0d3f118bd755b00b20d46cc26b993dfed315 +SIZE (Data-Dumper-Perltidy-0.01.tar.gz) = 3903 diff --git a/devel/p5-Data-Dumper-Perltidy/pkg-descr b/devel/p5-Data-Dumper-Perltidy/pkg-descr new file mode 100644 index 000000000000..73eedeccde1f --- /dev/null +++ b/devel/p5-Data-Dumper-Perltidy/pkg-descr @@ -0,0 +1,5 @@ +Data::Dumper::Perltidy encapsulates both Data::Dumper and +Perl::Tidy to provide a function that stringifies a Perl +data structure in a pretty printed format. + +WWW: http://search.cpan.org/dist/Data-Dumper-Perltidy/ diff --git a/devel/p5-Data-Dumper-Perltidy/pkg-plist b/devel/p5-Data-Dumper-Perltidy/pkg-plist new file mode 100644 index 000000000000..84b4b92eefbf --- /dev/null +++ b/devel/p5-Data-Dumper-Perltidy/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Data/Dumper/Perltidy.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Dumper/Perltidy/.packlist +@dirrmtry %%SITE_PERL%%/Data/Dumper +@dirrmtry %%SITE_PERL%%/Data +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Dumper/Perltidy +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Dumper +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data |