diff options
author | wen <wen@FreeBSD.org> | 2009-11-25 10:40:18 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-11-25 10:40:18 +0800 |
commit | 91ea9452bf14d25ebe051faada635e8ca6733914 (patch) | |
tree | 96c58025bdf8627e4510e3e17163abc7c781f51f | |
parent | d29b20599070e2d1485b454ad257cef0f46d243c (diff) | |
download | freebsd-ports-gnome-91ea9452bf14d25ebe051faada635e8ca6733914.tar.gz freebsd-ports-gnome-91ea9452bf14d25ebe051faada635e8ca6733914.tar.zst freebsd-ports-gnome-91ea9452bf14d25ebe051faada635e8ca6733914.zip |
Data::Dumper::Concise is a perl module for less indentation and
newlines plus sub deparsing.
WWW: http://search.cpan.org/dist/Data-Dumper-Concise/
PR: ports/140844
Submitted by: Christopher Key <cjk32@cam.ac.uk>
-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 |