# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 83385 2011-08-31 01:52:26Z dports@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           DBD-SQLite2 0.33
revision              2
license               {Artistic GPL}
maintainers           nomaintainer
description           perl dbd interface to SQLite (old version)
long_description      ${description}

platforms             darwin

checksums             md5 babd83fd5eb9ba7560ad4bab4c76c0eb \
                      sha1 4668ef655c8c8410308d5cb649399d5f339105e8 \
                      rmd160 8eb2e379c87abc3e177cdd14a1cf3e16cec09573

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