[151126] trunk/dports/perl

devans at macports.org devans at macports.org
Sun Aug 7 15:30:13 PDT 2016


Revision: 151126
          https://trac.macports.org/changeset/151126
Author:   devans at macports.org
Date:     2016-08-07 15:30:13 -0700 (Sun, 07 Aug 2016)
Log Message:
-----------
p5-moosex-types-path-class: new port, a Path::Class type library for Moose.

Added Paths:
-----------
    trunk/dports/perl/p5-moosex-types-path-class/
    trunk/dports/perl/p5-moosex-types-path-class/Portfile

Added: trunk/dports/perl/p5-moosex-types-path-class/Portfile
===================================================================
--- trunk/dports/perl/p5-moosex-types-path-class/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-moosex-types-path-class/Portfile	2016-08-07 22:30:13 UTC (rev 151126)
@@ -0,0 +1,32 @@
+# -*- 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         MooseX-Types-Path-Class 0.09
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         MooseX::Types::Path::Class - A Path::Class type library for Moose
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  7c8005d9fe01e8e22d3a1a5b864c409850923ac9 \
+                    sha256  e784bab53698ae95a709a8663306145ffec55668df6cf31615333523fbe7ef7e
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-module-build-tiny \
+                    port:p${perl5.major}-moose \
+                    port:p${perl5.major}-test-needs
+
+    depends_lib-append \
+                    port:p${perl5.major}-moosex-getopt \
+                    port:p${perl5.major}-moosex-types \
+                    port:p${perl5.major}-path-class
+
+    supported_archs noarch
+    perl5.use_module_build
+}


Property changes on: trunk/dports/perl/p5-moosex-types-path-class/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/20160807/d095f43e/attachment-0001.html>


More information about the macports-changes mailing list