[151375] trunk/dports/perl

devans at macports.org devans at macports.org
Sun Aug 14 01:13:36 PDT 2016


Revision: 151375
          https://trac.macports.org/changeset/151375
Author:   devans at macports.org
Date:     2016-08-14 01:13:36 -0700 (Sun, 14 Aug 2016)
Log Message:
-----------
p5-dancer2-plugin-database: new port, easy database connections for Dancer2 applications.

Added Paths:
-----------
    trunk/dports/perl/p5-dancer2-plugin-database/
    trunk/dports/perl/p5-dancer2-plugin-database/Portfile

Added: trunk/dports/perl/p5-dancer2-plugin-database/Portfile
===================================================================
--- trunk/dports/perl/p5-dancer2-plugin-database/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-dancer2-plugin-database/Portfile	2016-08-14 08:13:36 UTC (rev 151375)
@@ -0,0 +1,30 @@
+# -*- 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.22 5.24
+perl5.setup         Dancer2-Plugin-Database 2.17
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Dancer2::Plugin::Database - easy database connections for Dancer2 applications
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  60f34c92c4fc3e3574f623dd02250a3cbdea700a \
+                    sha256  431f3405413366d2f36ebe0fd4661cc6d3c1354ba46018484799c0757dc638bd
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-dbd-sqlite \
+                    port:p${perl5.major}-http-message \
+                    port:p${perl5.major}-plack
+
+    depends_lib-append \
+                    port:p${perl5.major}-dancer2 \
+                    port:p${perl5.major}-dancer-plugin-database-core
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-dancer2-plugin-database/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160814/a84c3542/attachment.html>


More information about the macports-changes mailing list