[131690] trunk/dports/perl

devans at macports.org devans at macports.org
Thu Jan 15 10:58:31 PST 2015


Revision: 131690
          https://trac.macports.org/changeset/131690
Author:   devans at macports.org
Date:     2015-01-15 10:58:31 -0800 (Thu, 15 Jan 2015)
Log Message:
-----------
p5-type-tie: new port, tie a variable to a type constraint.

Added Paths:
-----------
    trunk/dports/perl/p5-type-tie/
    trunk/dports/perl/p5-type-tie/Portfile

Added: trunk/dports/perl/p5-type-tie/Portfile
===================================================================
--- trunk/dports/perl/p5-type-tie/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-type-tie/Portfile	2015-01-15 18:58:31 UTC (rev 131690)
@@ -0,0 +1,31 @@
+# -*- 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         Type-Tie 0.009 ../by-authors/id/T/TO/TOBYINK
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Type::Tie - tie a variable to a type constraint
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  3752c64e6a195275fc1a641aad6dc435410f6f52 \
+                    sha256  565d9ec0a7f93095d5e68a8794a25c0b27e292007e04fdb77793f477da1463f3
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-moosex-types \
+                    port:p${perl5.major}-test-fatal \
+                    port:p${perl5.major}-test-requires
+
+    depends_lib-append \
+                    port:p${perl5.major}-exporter-tiny \
+                    port:p${perl5.major}-hash-fieldhash
+
+    supported_archs noarch
+}
+


Property changes on: trunk/dports/perl/p5-type-tie/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/20150115/5c95e898/attachment.html>


More information about the macports-changes mailing list