# -*- 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 154393 2016-10-28 22:10:07Z mojca@macports.org $ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Data-Stag 0.14 Data/CMUNGALL/ license {Artistic-1 GPL} 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 rmd160 9c66074546e600bb230f0a06d6f7670b87e8da07 \ sha256 4ab122508d2fb86d171a15f4006e5cf896d5facfa65219c0b243a89906258e59 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-gd \ port:p${perl5.major}-graph \ port:p${perl5.major}-io-string \ port:p${perl5.major}-json \ port:p${perl5.major}-libxml-perl \ port:p${perl5.major}-mldbm \ port:p${perl5.major}-tk \ port:p${perl5.major}-xml-libxslt }