Revision
77347
Author
ryandesign@macports.org
Date
2011-03-27 17:04:19 -0700 (Sun, 27 Mar 2011)

Log Message

p5-dancer-plugin-database: new port, version 1.21; see #28763

Added Paths

Diff

Added: trunk/dports/perl/p5-dancer-plugin-database/Portfile (0 => 77347)


--- trunk/dports/perl/p5-dancer-plugin-database/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-dancer-plugin-database/Portfile	2011-03-28 00:04:19 UTC (rev 77347)
@@ -0,0 +1,23 @@
+# -*- 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.setup         Dancer-Plugin-Database 1.21 ../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    993521d24b124e8b2822e8a120d1dfcbc6c4c7b0 \
+                    rmd160  1e7e7612aa039a3e12a9c255423f448e0dd6b89e
+
+depends_lib-append  port:p5-dancer \
+                    port:p5-dbi
Property changes on: trunk/dports/perl/p5-dancer-plugin-database/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style