# -*- 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$ # 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 SQL-Translator 0.11021 license GPL-2 maintainers nomaintainer description manipulate structured data definitions (SQL and more) long_description SQL::Translator is a group of Perl modules that \ converts vendor-specific SQL table definitions into \ other formats, such as other vendor-specific SQL, \ ER diagrams, documentation (POD and HTML), XML,\ and Class::DBI classes. platforms darwin checksums rmd160 964c01d6e2a59262eb8ff54fcb5ec48bcbe3ec23 \ sha256 64cb38a9f78367bc115359a999003bbeb3c32cc75bba8306ec1a938fc441bfd1 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-cgi \ port:p${perl5.major}-dbd-sqlite \ port:p${perl5.major}-html-parser \ port:p${perl5.major}-json \ port:p${perl5.major}-test-differences \ port:p${perl5.major}-test-exception \ port:p${perl5.major}-xml-writer \ port:p${perl5.major}-yaml \ depends_lib-append \ port:p${perl5.major}-carp-clan \ port:p${perl5.major}-dbi \ port:p${perl5.major}-digest-sha \ port:p${perl5.major}-file-sharedir \ port:p${perl5.major}-list-moreutils \ port:p${perl5.major}-moo \ port:p${perl5.major}-package-variant \ port:p${perl5.major}-parse-recdescent \ port:p${perl5.major}-spreadsheet-parseexcel \ port:p${perl5.major}-template-toolkit \ port:p${perl5.major}-text-recordparser \ port:p${perl5.major}-xml-libxml variant gd description {build with gd support} { depends_lib-append port:p${perl5.major}-gd } variant graph description {build with graph support} { depends_lib-append port:p${perl5.major}-graph } variant graphviz description {build with graphviz support} { depends_lib-append port:p${perl5.major}-graphviz } }