openbsd-ports/devel/p5-Data-Dump-Streamer/Makefile
jasper aead13c648 import p5-Data-Dump-Streamer 2.09
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.
2010-03-28 19:28:50 +00:00

22 lines
412 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/03/28 19:28:50 jasper Exp $
SHARED_ONLY= Yes
COMMENT= accurately serialize a data structure as Perl code
DISTNAME= Data-Dump-Streamer-2.09
CATEGORIES= devel
MODULES= cpan
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-B-Utils \
::devel/p5-PadWalker
.include <bsd.port.mk>