[142060] trunk/dports/perl

devans at macports.org devans at macports.org
Sat Dec 12 04:09:41 PST 2015


Revision: 142060
          https://trac.macports.org/changeset/142060
Author:   devans at macports.org
Date:     2015-11-02 15:58:41 -0800 (Mon, 02 Nov 2015)
Log Message:
-----------
p5-cbor-xs: new port, Concise Binary Object Representation (CBOR, RFC7049).

Added Paths:
-----------
    trunk/dports/perl/p5-cbor-xs/
    trunk/dports/perl/p5-cbor-xs/Portfile

Added: trunk/dports/perl/p5-cbor-xs/Portfile
===================================================================
--- trunk/dports/perl/p5-cbor-xs/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-cbor-xs/Portfile	2015-11-02 23:58:41 UTC (rev 142060)
@@ -0,0 +1,23 @@
+# -*- 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 5.22
+perl5.setup         CBOR-XS 1.3 ../by-authors/id/M/ML/MLEHMANN
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         CBOR::XS - Concise Binary Object Representation (CBOR, RFC7049)
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  0d5555448d4212cfe6e8bb43f954d02a40f5876f \
+                    sha256  46606e8c078fd0fba2a0cd5538e9c2d20579a62d8d2a717990d82c20a2886f42
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-common-sense \
+                    port:p${perl5.major}-types-serialiser
+}


Property changes on: trunk/dports/perl/p5-cbor-xs/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/20151212/40c75449/attachment.html>


More information about the macports-changes mailing list