[131686] trunk/dports/perl

devans at macports.org devans at macports.org
Thu Jan 15 10:55:01 PST 2015


Revision: 131686
          https://trac.macports.org/changeset/131686
Author:   devans at macports.org
Date:     2015-01-15 10:55:01 -0800 (Thu, 15 Jan 2015)
Log Message:
-----------
p5-moosex-types-stringlike: new port, Moose type constraints for strings or string-like objects.

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

Added: trunk/dports/perl/p5-moosex-types-stringlike/Portfile
===================================================================
--- trunk/dports/perl/p5-moosex-types-stringlike/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-moosex-types-stringlike/Portfile	2015-01-15 18:55:01 UTC (rev 131686)
@@ -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.16 5.18 5.20
+perl5.setup         MooseX-Types-Stringlike 0.003
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         MooseX::Types::Stringlike - Moose type constraints for strings or string-like objects
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  a3cd41f1d1e050f92a20ddf94c078434ebd28f5f \
+                    sha256  2ee349ec5c529a6f347f42ff640e47b245564b93cca305df63c7821f5b55cf19
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-moose
+
+    depends_lib-append \
+                    port:p${perl5.major}-moosex-types
+
+    supported_archs noarch
+}
+


Property changes on: trunk/dports/perl/p5-moosex-types-stringlike/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/5a11bf11/attachment.html>


More information about the macports-changes mailing list