mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
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/ PR: ports/131165 Submitted by: Murilo Opsfelder <mopsfelder at gmail.com>
This commit is contained in:
parent
3525efedf1
commit
0a0f45c843
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227459
@ -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
|
||||
|
23
devel/p5-Data-Dumper-Perltidy/Makefile
Normal file
23
devel/p5-Data-Dumper-Perltidy/Makefile
Normal file
@ -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>
|
3
devel/p5-Data-Dumper-Perltidy/distinfo
Normal file
3
devel/p5-Data-Dumper-Perltidy/distinfo
Normal file
@ -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
|
5
devel/p5-Data-Dumper-Perltidy/pkg-descr
Normal file
5
devel/p5-Data-Dumper-Perltidy/pkg-descr
Normal file
@ -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/
|
7
devel/p5-Data-Dumper-Perltidy/pkg-plist
Normal file
7
devel/p5-Data-Dumper-Perltidy/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user