SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
28
devel/p5-Data-Dump-Streamer/Makefile
Normal file
28
devel/p5-Data-Dump-Streamer/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
COMMENT = accurately serialize a data structure as Perl code
|
||||
|
||||
DISTNAME = Data-Dump-Streamer-2.42
|
||||
CATEGORIES = devel
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += c perl
|
||||
|
||||
MODPERL_REGEN_PPPORT = lib/Data/Dump/ppport.h
|
||||
|
||||
CONFIGURE_STYLE = modbuild
|
||||
|
||||
BUILD_DEPENDS = devel/p5-ExtUtils-Depends
|
||||
|
||||
RUN_DEPENDS = converters/p5-Cpanel-JSON-XS \
|
||||
devel/p5-Algorithm-Diff \
|
||||
devel/p5-B-Utils \
|
||||
devel/p5-PadWalker
|
||||
|
||||
# prevent My::Builder from asking to setup a shortcut
|
||||
pre-configure:
|
||||
echo "NODDS" > ${WRKSRC}/.answer
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Data-Dump-Streamer/distinfo
Normal file
2
devel/p5-Data-Dump-Streamer/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Data-Dump-Streamer-2.42.tar.gz) = R/blH7Rc575WHgFIGt0MLhwM2F30ueIS85I80wZNHK0=
|
||||
SIZE (Data-Dump-Streamer-2.42.tar.gz) = 147463
|
5
devel/p5-Data-Dump-Streamer/pkg/DESCR
Normal file
5
devel/p5-Data-Dump-Streamer/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
Given a list of scalars or reference variables, writes out their
|
||||
contents in perl syntax. The references can also be objects. The
|
||||
contents of each variable is output using the least number of Perl
|
||||
statements as convenient, usually only one. Self-referential structures,
|
||||
closures, and objects are output correctly.
|
12
devel/p5-Data-Dump-Streamer/pkg/PLIST
Normal file
12
devel/p5-Data-Dump-Streamer/pkg/PLIST
Normal file
|
@ -0,0 +1,12 @@
|
|||
${P5ARCH}/Data/
|
||||
${P5ARCH}/Data/Dump/
|
||||
${P5ARCH}/Data/Dump/Streamer/
|
||||
${P5ARCH}/Data/Dump/Streamer.pm
|
||||
${P5ARCH}/Data/Dump/Streamer/_/
|
||||
${P5ARCH}/Data/Dump/Streamer/_/Printers.pm
|
||||
${P5ARCH}/auto/Data/
|
||||
${P5ARCH}/auto/Data/Dump/
|
||||
${P5ARCH}/auto/Data/Dump/Streamer/
|
||||
${P5ARCH}/auto/Data/Dump/Streamer/Streamer.bs
|
||||
@so ${P5ARCH}/auto/Data/Dump/Streamer/Streamer.so
|
||||
@man man/man3p/Data::Dump::Streamer.3p
|
Loading…
Add table
Add a link
Reference in a new issue