# -*- 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 90689 2012-03-12 16:00:51Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Dancer-Plugin-Database 1.81 ../by-authors/id/B/BI/BIGPRESH
platforms           darwin
maintainers         di.uminho.pt:jpo openmaintainer
supported_archs     noarch
license             {Artistic GPL}

description         Easy database connections for Dancer applications

long_description    ${name} provides an easy way to obtain a connected DBI \
                    database handle by simply calling the database keyword \
                    within your Dancer application.

checksums           rmd160 1986565de659eddff56a8cb48ece5dd70061ea3c \
                    sha256 2ccea7d70106bd07821ce69520c543a3911af5ea6045d8e744ae6a82d069a659

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