# -*- 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 79075 2011-06-01 11:01:28Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Dancer-Plugin-Database 1.40 ../by-authors/id/B/BI/BIGPRESH
platforms           darwin
maintainers         di.uminho.pt:jpo openmaintainer
supported_archs     noarch
license             perl

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           sha1    68351e93c2b70d55cca3afa8e0d6a0d18ed2f3af \
                    rmd160  db2c5daa35571527754d3ad2e5c4be84fafc3fde

depends_lib-append  port:p5-dancer \
                    port:p5-dbi
