# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 118390 2014-04-01 10:43:58Z mojca@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
perl5.setup         Data-Dumper 2.131
revision            2
maintainers         l2g
license             Artistic GPL
platforms           darwin
description         Stringified Perl data structures, suitable for both \
                    printing and "eval"

long_description    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 in a single Perl statement.  Handles \
                    self-referential structures correctly.  The return value \
                    can be \"eval\"ed to get back an identical copy of the \
                    original reference structure.

checksums           rmd160  afa177e0d87f228c0e4751896bfee181fb7e7069 \
                    sha256  c4d4a10013c8cbab305483537fe09900ad6ac2201d74a4fbb5a1b25ba38eb1c2
