# -*- 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$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.14 5.16 5.18 5.20 perl5.setup DBD-Firebird 1.18 license {Artistic-1 GPL} maintainers nomaintainer description perl dbd interface to Firebird SQL long_description ${description} platforms darwin checksums rmd160 eec43b53497baa756ceeebbcacd3b95af6a25fc5 \ sha256 f7578b62ac4999fbb2b67d09edb260ca5cb06e919e4fff6c6726c5cfa13a9590 #depends_build port:p5-file-which ## if building against firebird binary package configure.env FIREBIRD_HOME=/Library/Frameworks/Firebird.framework/Resources \ FIREBIRD_INCLUDE=/Library/Frameworks/Firebird.framework/Headers \ FIREBIRD_LIB=/Library/Frameworks/Firebird.framework/Libraries ## if building against firebird macports #configure.env FIREBIRD_HOME=${prefix} \ # FIREBIRD_INCLUDE=${prefix}/include \ # FIREBIRD_LIB=${prefix}/lib if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-dbi port:p${perl5.major}-file-which }