[136897] trunk/dports/perl

devans at macports.org devans at macports.org
Fri May 29 04:45:18 PDT 2015


Revision: 136897
          https://trac.macports.org/changeset/136897
Author:   devans at macports.org
Date:     2015-05-29 04:45:18 -0700 (Fri, 29 May 2015)
Log Message:
-----------
p5-ffi-checklib: new port, check that a library is available for FFI.

Added Paths:
-----------
    trunk/dports/perl/p5-ffi-checklib/
    trunk/dports/perl/p5-ffi-checklib/Portfile

Added: trunk/dports/perl/p5-ffi-checklib/Portfile
===================================================================
--- trunk/dports/perl/p5-ffi-checklib/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-ffi-checklib/Portfile	2015-05-29 11:45:18 UTC (rev 136897)
@@ -0,0 +1,22 @@
+# -*- 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         FFI-CheckLib 0.11
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         FFI::CheckLib - Check that a library is available for FFI
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  7bd36502aef19d8df479918eaa062e18a55c6f7f \
+                    sha256  e076ba1805198541bb06d8c3c71934eef981c3b59354ebb3b1169f77046c81f0
+
+if {${perl5.major} != ""} {
+    supported_archs noarch
+    perl5.use_module_build
+}


Property changes on: trunk/dports/perl/p5-ffi-checklib/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/20150529/2644de4e/attachment.html>


More information about the macports-changes mailing list