# -*- 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 76604 2011-03-02 01:49:46Z dports@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Data-Stag 0.11 Data/CMUNGALL/
revision            2
maintainers         tonym.us:tonym openmaintainer
platforms           darwin
supported_archs     noarch

description         Perl module for manipulating data as hierarchical tag/value pairs

long_description    This module is for manipulating data as hierarchical \
                    tag/value pairs (Structured TAGs or Simple Tree AGgreggates). \
                    These datastructures can be represented as nested arrays, \
                    which have the advantage of being native to perl.

checksums           md5     6bfa3cf196b69180d04602e956f8b626 \
                    sha1    c18c48ba794f47537d98dcc32e33d0d21a09ee44 \
                    rmd160  45c92b1b299b836786f6d0da26cb7a1040317cbf

depends_lib-append  port:p5-io-string \
                    port:p5-xml-libxslt \
                    port:p5-libxml-perl \
                    port:p5-mldbm \
                    port:p5-gd \
                    port:p5-graph

test.run            yes
test.cmd            make
test.target         test
