# -*- 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 PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 perl5.setup Class-DBI-mysql 1.00 revision 3 license GPL-2+ maintainers nomaintainer description Extensions to Class::DBI for MySQL long_description This is an extension to Class::DBI, containing several \ functions and optimisations for the MySQL database. \ Instead of setting Class::DBI as your base class, \ use this instead. platforms {darwin any} supported_archs noarch checksums rmd160 2a25535b9e1c7c337ed26734d654a44646b9b4e8 \ sha256 6fd344111a0bf5a62e0b88409f096c669cbe0f14fd3fefdf2e385e6c97e9de7b if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-class-dbi \ port:p${perl5.major}-dbd-mysql }