[152349] trunk/dports/perl
devans at macports.org
devans at macports.org
Sun Sep 4 05:56:19 PDT 2016
Revision: 152349
https://trac.macports.org/changeset/152349
Author: devans at macports.org
Date: 2016-09-04 05:56:19 -0700 (Sun, 04 Sep 2016)
Log Message:
-----------
p5-dbix-admin-createtable: new port, create and drop tables, primary indexes, and sequences.
Added Paths:
-----------
trunk/dports/perl/p5-dbix-admin-createtable/
trunk/dports/perl/p5-dbix-admin-createtable/Portfile
Added: trunk/dports/perl/p5-dbix-admin-createtable/Portfile
===================================================================
--- trunk/dports/perl/p5-dbix-admin-createtable/Portfile (rev 0)
+++ trunk/dports/perl/p5-dbix-admin-createtable/Portfile 2016-09-04 12:56:19 UTC (rev 152349)
@@ -0,0 +1,31 @@
+# -*- 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 DBIx-Admin-CreateTable 2.10
+license Artistic-2
+maintainers devans openmaintainer
+description DBIx::Admin::CreateTable - Create and drop tables, primary indexes, and sequences
+long_description ${description}
+
+platforms darwin
+
+extract.suffix .tgz
+
+checksums rmd160 2d1c04657a51d8df0a0c2518555d4e83ed0a4470 \
+ sha256 e9ce9e4581ab7dbfaa57ca36bd5437b9cdf50a51e11df40d9c15bbf095addc24
+
+if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-test-version
+
+ depends_lib-append \
+ port:p${perl5.major}-dbi \
+ port:p${perl5.major}-moo
+
+ supported_archs noarch
+ perl5.use_module_build
+}
Property changes on: trunk/dports/perl/p5-dbix-admin-createtable/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/20160904/407ec545/attachment.html>
More information about the macports-changes
mailing list