[151064] trunk/dports/perl

devans at macports.org devans at macports.org
Sat Aug 6 08:22:38 PDT 2016


Revision: 151064
          https://trac.macports.org/changeset/151064
Author:   devans at macports.org
Date:     2016-08-06 08:22:38 -0700 (Sat, 06 Aug 2016)
Log Message:
-----------
p5-dbix-admin-tableinfo: new port, a wrapper for all of table_info(), column_info(), *_key_info().

Added Paths:
-----------
    trunk/dports/perl/p5-dbix-admin-tableinfo/
    trunk/dports/perl/p5-dbix-admin-tableinfo/Portfile

Added: trunk/dports/perl/p5-dbix-admin-tableinfo/Portfile
===================================================================
--- trunk/dports/perl/p5-dbix-admin-tableinfo/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-dbix-admin-tableinfo/Portfile	2016-08-06 15:22:38 UTC (rev 151064)
@@ -0,0 +1,35 @@
+# -*- 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-TableInfo 3.01 ../by-authors/id/R/RS/RSAVAGE
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         DBIx::Admin::TableInfo - A wrapper for all of table_info(), column_info(), *_key_info()
+long_description    ${description}
+
+platforms           darwin
+
+extract.suffix      .tgz
+
+checksums           rmd160  eadf7d931e59ae62886d5b9c9a20ccb4242e6054 \
+                    sha256  ed1be1a54ab5e00a9e74c93f7fb9d02dcf5399f37127adbf9446cadb4b36dce6
+
+if {${perl5.major} != ""} {
+   depends_build-append \
+                    port:p${perl5.major}-test-version
+
+    depends_lib-append \
+                    port:p${perl5.major}-inline \
+                    port:p${perl5.major}-lingua-en-pluraltosingular \
+                    port:p${perl5.major}-data-dumper-concise \
+                    port:p${perl5.major}-dbi \
+                    port:p${perl5.major}-moo \
+                    port:p${perl5.major}-text-tabulardisplay
+
+    supported_archs noarch
+    perl5.use_module_build
+}


Property changes on: trunk/dports/perl/p5-dbix-admin-tableinfo/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/20160806/c255dc77/attachment.html>


More information about the macports-changes mailing list