[152346] trunk/dports/perl

devans at macports.org devans at macports.org
Sun Sep 4 05:53:17 PDT 2016


Revision: 152346
          https://trac.macports.org/changeset/152346
Author:   devans at macports.org
Date:     2016-09-04 05:53:17 -0700 (Sun, 04 Sep 2016)
Log Message:
-----------
p5-hash-objectify: new port, create objects from hashes on the fly.

Added Paths:
-----------
    trunk/dports/perl/p5-hash-objectify/
    trunk/dports/perl/p5-hash-objectify/Portfile

Added: trunk/dports/perl/p5-hash-objectify/Portfile
===================================================================
--- trunk/dports/perl/p5-hash-objectify/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-hash-objectify/Portfile	2016-09-04 12:53:17 UTC (rev 152346)
@@ -0,0 +1,28 @@
+# -*- 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         Hash-Objectify 0.002
+license             Apache-2
+maintainers         devans openmaintainer
+description         Hash::Objectify - Create objects from hashes on the fly
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  fd35ffce59b8dd129b89c7be3f252a4ff9f2b9ca \
+                    sha256  455d94ecaa9972e21a71f85079c3a606d098cff8977cffa292cf7397a3c5ca73
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-fatal
+
+    depends_lib-append \
+                    port:p${perl5.major}-class-xsaccessor \
+                    port:p${perl5.major}-sub-install
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-hash-objectify/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/20160904/a003d4db/attachment.html>


More information about the macports-changes mailing list