# -*- 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 DBIx-Class 0.082840 license {Artistic-1 GPL} maintainers nomaintainer description Extensible and flexible object <-> relational mapper. long_description ${description} platforms darwin checksums rmd160 707e62c3c937836190c9a8482617ec381f431c25 \ sha256 4049afd175e315ebcab945b19030aec40bcec46cc5611b0286a5a267ca7181ef if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-class-dbi \ port:p${perl5.major}-datetime \ port:p${perl5.major}-dbd-sqlite \ port:p${perl5.major}-file-temp \ port:p${perl5.major}-test-deep \ port:p${perl5.major}-test-exception \ port:p${perl5.major}-test-warn depends_lib-append \ port:p${perl5.major}-class-accessor-grouped \ port:p${perl5.major}-class-c3-componentised \ port:p${perl5.major}-class-inspector \ port:p${perl5.major}-config-any \ port:p${perl5.major}-context-preserve \ port:p${perl5.major}-dbi \ port:p${perl5.major}-data-compare \ port:p${perl5.major}-data-dumper-concise \ port:p${perl5.major}-data-page \ port:p${perl5.major}-devel-globaldestruction \ port:p${perl5.major}-hash-merge \ port:p${perl5.major}-module-find \ port:p${perl5.major}-mro-compat \ port:p${perl5.major}-moo \ port:p${perl5.major}-namespace-clean \ port:p${perl5.major}-path-class \ port:p${perl5.major}-sql-abstract \ port:p${perl5.major}-scope-guard \ port:p${perl5.major}-sub-name \ port:p${perl5.major}-text-balanced \ port:p${perl5.major}-try-tiny }