[128671] trunk/dports/perl

devans at macports.org devans at macports.org
Mon Nov 24 17:47:33 PST 2014


Revision: 128671
          https://trac.macports.org/changeset/128671
Author:   devans at macports.org
Date:     2014-11-24 17:47:32 -0800 (Mon, 24 Nov 2014)
Log Message:
-----------
p5-dbix-class-introspectablem2m: new port, introspect many-to-many shortcuts.

Added Paths:
-----------
    trunk/dports/perl/p5-dbix-class-introspectablem2m/
    trunk/dports/perl/p5-dbix-class-introspectablem2m/Portfile

Added: trunk/dports/perl/p5-dbix-class-introspectablem2m/Portfile
===================================================================
--- trunk/dports/perl/p5-dbix-class-introspectablem2m/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-dbix-class-introspectablem2m/Portfile	2014-11-25 01:47:32 UTC (rev 128671)
@@ -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.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         DBIx-Class-IntrospectableM2M 0.001001
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         DBIx::Class::IntrospectableM2M - Introspect many-to-many shortcuts
+long_description    Because the many-to-many relationships are not real relationships, \
+                    they can not be introspected with DBIx::Class. Many-to-many \
+                    relationships are actually just a collection of convenience methods \
+                    installed to bridge two relationships. This DBIx::Class component \
+                    can be used to store all relevant information about these non-relationships \
+                    so they can later be introspected and examined.
+
+platforms           darwin
+
+checksums           rmd160  772d481f3fd081844b10f5230c616a8762d5d635 \
+                    sha256  951b4f7cbd20588fb0705bb06769455b44ab69e406083a5079d2b8c07ce83f5d
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-dbix-class
+
+    supported_archs noarch
+}
+


Property changes on: trunk/dports/perl/p5-dbix-class-introspectablem2m/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/20141124/22e0d059/attachment.html>


More information about the macports-changes mailing list