# $Id: Portfile 84866 2011-10-03 18:30:44Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           DBD-SQLite 1.31
revision              2
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           perl dbd interface to SQLite
long_description      ${description}

platforms             darwin

checksums             md5 67b3575104efd606c8093bc416e3338d \
                      sha1 6c189fba1a4ec4b7e792b3c0b9c9020d5cf7cb8e \
                      rmd160 ba69edded3363cabce9c2d7b758d9c8cef11bf2a

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-dbi
}
