Ticket #28763: p5-dancer-plugin-database-Portfile

File p5-dancer-plugin-database-Portfile, 836 bytes (added by jpo@…, 13 years ago)

p5-dancer-plugin-database Portfile (updated)

Line 
1# -*- 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
2# $Id$
3
4PortSystem         1.0
5PortGroup          perl5 1.0
6
7perl5.setup        Dancer-Plugin-Database 1.21 ../by-authors/id/B/BI/BIGPRESH
8platforms          darwin
9maintainers        di.uminho.pt:jpo openmaintainer
10supported_archs    noarch
11license            perl
12
13description        Easy database connections for Dancer applications
14
15long_description \
16    Provides an easy way to obtain a connected DBI database handle by \
17    simply calling the database keyword within your Dancer application.
18
19checksums          sha1 993521d24b124e8b2822e8a120d1dfcbc6c4c7b0 \
20                   rmd160 1e7e7612aa039a3e12a9c255423f448e0dd6b89e
21
22depends_lib-append port:p5-dancer \
23                   port:p5-dbi
24