Revision
122885
Author
devans@macports.org
Date
2014-08-01 12:22:18 -0700 (Fri, 01 Aug 2014)

Log Message

p5-type-tiny: new port, a tiny class for creating Moose-like type constraint objects.

Added Paths

Diff

Added: trunk/dports/perl/p5-type-tiny/Portfile (0 => 122885)


--- trunk/dports/perl/p5-type-tiny/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-type-tiny/Portfile	2014-08-01 19:22:18 UTC (rev 122885)
@@ -0,0 +1,25 @@
+# -*- 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.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         Type-Tiny 0.046
+master_sites        http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK
+platforms           darwin
+supported_archs     noarch
+maintainers         devans openmaintainer
+license             {Artistic GPL}
+
+description         Type::Tiny is a tiny class for creating Moose-like type constraint objects which are compatible with Moo, Moose and Mouse.
+long_description    ${description}
+
+checksums           rmd160  085a066ab92efb30b0de12d33d7f5beacaac0e7b \
+                    sha256  196bb2da72f28aa585d40bbe8fe40b68c3328c87b4225294e7da8e33728c5955
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-exporter-tiny
+}
+
Property changes on: trunk/dports/perl/p5-type-tiny/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style