# -*- 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.16 5.18 5.20 5.22 perl5.setup Dancer-Plugin-Database 2.10 platforms darwin maintainers di.uminho.pt:jpo openmaintainer supported_archs noarch license {Artistic-1 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 3faa417712d873a7793c080a9daf360dffdea349 \ sha256 84a32808ffab15074a39875addccdd2b663c71bd272689f1926ecd65e17b6915 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-dbd-sqlite depends_lib-append \ port:p${perl5.major}-dancer \ port:p${perl5.major}-dancer-plugin-database-core }