[130019] trunk/dports/perl

devans at macports.org devans at macports.org
Wed Dec 24 11:21:28 PST 2014


Revision: 130019
          https://trac.macports.org/changeset/130019
Author:   devans at macports.org
Date:     2014-12-24 11:21:27 -0800 (Wed, 24 Dec 2014)
Log Message:
-----------
p5-dancer-plugin-database-core: new port, shared core library for Dancer and Dancer2 database plugins.

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

Added: trunk/dports/perl/p5-dancer-plugin-database-core/Portfile
===================================================================
--- trunk/dports/perl/p5-dancer-plugin-database-core/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-dancer-plugin-database-core/Portfile	2014-12-24 19:21:27 UTC (rev 130019)
@@ -0,0 +1,24 @@
+# -*- 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
+perl5.setup         Dancer-Plugin-Database-Core 0.08
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Shared core library for Dancer and Dancer2 database plugins
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  a7416d9e0b132f4f6a3ba993f53b02cac74d2e3f \
+                    sha256  68dc24dff3d2ff04902761ad5840450baa7b6e1cc0cbd9c0793ce8fa4effb61a
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-dbi
+    
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-dancer-plugin-database-core/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/20141224/9ef85560/attachment.html>


More information about the macports-changes mailing list