diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Data-Dumper-Concise/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Data-Dumper-Concise/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Data-Dumper-Concise/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Data-Dumper-Concise/pkg-plist | 8 |
5 files changed, 37 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 64e284831376..cce91765c207 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1211,6 +1211,7 @@ SUBDIR += p5-Data-Dump-Streamer SUBDIR += p5-Data-DumpXML SUBDIR += p5-Data-Dumper + SUBDIR += p5-Data-Dumper-Concise SUBDIR += p5-Data-Dumper-Perltidy SUBDIR += p5-Data-Dumper-Simple SUBDIR += p5-Data-Flow diff --git a/devel/p5-Data-Dumper-Concise/Makefile b/devel/p5-Data-Dumper-Concise/Makefile new file mode 100644 index 000000000000..a5a93e57fbcd --- /dev/null +++ b/devel/p5-Data-Dumper-Concise/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Data-Dumper-Concise +# Date created: 2009-11-24 +# Whom: Christopher Key <cjk32@cam.ac.uk> +# +# $FreeBSD$ +# + +PORTNAME= Data-Dumper-Concise +PORTVERSION= 1.002 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= cjk32@cam.ac.uk +COMMENT= Less indentation and newlines plus sub deparsing + +PERL_CONFIGURE= yes + +MAN3= Data::Dumper::Concise.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Data-Dumper-Concise/distinfo b/devel/p5-Data-Dumper-Concise/distinfo new file mode 100644 index 000000000000..0f3cf45c9faa --- /dev/null +++ b/devel/p5-Data-Dumper-Concise/distinfo @@ -0,0 +1,3 @@ +MD5 (Data-Dumper-Concise-1.002.tar.gz) = 0b57e5cbda0d92b621f13eb47a5de81e +SHA256 (Data-Dumper-Concise-1.002.tar.gz) = 8d45f08e7d8431ef4aa06b25a2154608d3b928a2b7580ca486b1521c6888ded7 +SIZE (Data-Dumper-Concise-1.002.tar.gz) = 15965 diff --git a/devel/p5-Data-Dumper-Concise/pkg-descr b/devel/p5-Data-Dumper-Concise/pkg-descr new file mode 100644 index 000000000000..558aafcff83a --- /dev/null +++ b/devel/p5-Data-Dumper-Concise/pkg-descr @@ -0,0 +1,4 @@ +Data::Dumper::Concise is a perl module for less indentation and +newlines plus sub deparsing. + +WWW: http://search.cpan.org/dist/Data-Dumper-Concise/ diff --git a/devel/p5-Data-Dumper-Concise/pkg-plist b/devel/p5-Data-Dumper-Concise/pkg-plist new file mode 100644 index 000000000000..d47b36c82547 --- /dev/null +++ b/devel/p5-Data-Dumper-Concise/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Dumper/Concise/.packlist +%%SITE_PERL%%/Data/Dumper/Concise.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Dumper/Concise +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Dumper +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data +@dirrmtry %%SITE_PERL%%/Data/Dumper +@dirrmtry %%SITE_PERL%%/Data |