[121659] trunk/dports/perl

devans at macports.org devans at macports.org
Thu Jul 3 10:29:20 PDT 2014


Revision: 121659
          https://trac.macports.org/changeset/121659
Author:   devans at macports.org
Date:     2014-07-03 10:29:19 -0700 (Thu, 03 Jul 2014)
Log Message:
-----------
p5-glib-object-introspection, new port, dynamically create perl language bindings.

Added Paths:
-----------
    trunk/dports/perl/p5-glib-object-introspection/
    trunk/dports/perl/p5-glib-object-introspection/Portfile

Added: trunk/dports/perl/p5-glib-object-introspection/Portfile
===================================================================
--- trunk/dports/perl/p5-glib-object-introspection/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-glib-object-introspection/Portfile	2014-07-03 17:29:19 UTC (rev 121659)
@@ -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: Portfile 121654 2014-07-03 16:09:24Z devans at macports.org $
+
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
+perl5.setup         Glib-Object-Introspection 0.024
+platforms           darwin
+maintainers         devans openmaintainer
+license             LGPL-2.1+
+
+description         Dynamically create Perl language bindings
+
+long_description    This module uses the gobject-introspection and libffi projects \
+                    to dynamically create Perl bindings for a wide variety of libraries. \
+                    Examples include gtk+, webkit, libsoup and many more.
+
+homepage            https://metacpan.org/pod/Glib::Object::Introspection
+
+checksums           rmd160  6f0df9ac5198cfc4572580cc1835560090a3ecd0 \
+                    sha256  07844147341147f2c358571f61eca700845f54c8c3d9c7e97b4725e09c75e53c
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:gobject-introspection \
+                    port:p${perl5.major}-glib \
+                    port:p${perl5.major}-extutils-depends \
+                    port:p${perl5.major}-extutils-pkgconfig
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140703/c117e1c6/attachment.html>


More information about the macports-changes mailing list