SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
devel/p5-Data-Dump/Makefile
Normal file
11
devel/p5-Data-Dump/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
COMMENT = pretty printing of data structures
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = Data-Dump-1.25
|
||||
CATEGORIES = devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Data-Dump/distinfo
Normal file
2
devel/p5-Data-Dump/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Data-Dump-1.25.tar.gz) = pKpuDdvznVrUm93+D4nZ2oZOO8APYnEl0bxYBHL1P70=
|
||||
SIZE (Data-Dump-1.25.tar.gz) = 20912
|
4
devel/p5-Data-Dump/pkg/DESCR
Normal file
4
devel/p5-Data-Dump/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
This module provides a single function called dump() that takes a list
|
||||
of values as its argument and produces a string as its result. The
|
||||
string contains Perl code that, when evaled, produces a deep copy of
|
||||
the original arguments. The string is formatted for easy reading.
|
9
devel/p5-Data-Dump/pkg/PLIST
Normal file
9
devel/p5-Data-Dump/pkg/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
${P5SITE}/Data/
|
||||
${P5SITE}/Data/Dump/
|
||||
${P5SITE}/Data/Dump.pm
|
||||
${P5SITE}/Data/Dump/FilterContext.pm
|
||||
${P5SITE}/Data/Dump/Filtered.pm
|
||||
${P5SITE}/Data/Dump/Trace.pm
|
||||
@man man/man3p/Data::Dump.3p
|
||||
@man man/man3p/Data::Dump::Filtered.3p
|
||||
@man man/man3p/Data::Dump::Trace.3p
|
Loading…
Add table
Add a link
Reference in a new issue