[131687] trunk/dports/perl
devans at macports.org
devans at macports.org
Thu Jan 15 10:55:56 PST 2015
Revision: 131687
https://trac.macports.org/changeset/131687
Author: devans at macports.org
Date: 2015-01-15 10:55:56 -0800 (Thu, 15 Jan 2015)
Log Message:
-----------
p5-moosex-types-path-tiny: new port, Path::Tiny types and coercions for Moose.
Added Paths:
-----------
trunk/dports/perl/p5-moosex-types-path-tiny/
trunk/dports/perl/p5-moosex-types-path-tiny/Portfile
Added: trunk/dports/perl/p5-moosex-types-path-tiny/Portfile
===================================================================
--- trunk/dports/perl/p5-moosex-types-path-tiny/Portfile (rev 0)
+++ trunk/dports/perl/p5-moosex-types-path-tiny/Portfile 2015-01-15 18:55:56 UTC (rev 131687)
@@ -0,0 +1,34 @@
+# -*- 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-Path-Tiny 0.011
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description MooseX::Types::Path::Tiny - Path::Tiny types and coercions for Moose
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 e12b805d14bf5e8d1fcf9807fa44ac207e14b524 \
+ sha256 668ea48c99bc4a61cbdd87c39cfa0cb6c1e9c1b0c9f221a25a976bb4bccc6f00
+
+if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-file-pushd \
+ port:p${perl5.major}-module-build-tiny \
+ port:p${perl5.major}-test-fatal
+
+ depends_lib-append \
+ port:p${perl5.major}-moose \
+ port:p${perl5.major}-moosex-types \
+ port:p${perl5.major}-moosex-types-stringlike \
+ port:p${perl5.major}-path-tiny \
+ port:p${perl5.major}-namespace-autoclean
+
+ supported_archs noarch
+ perl5.use_module_build
+}
Property changes on: trunk/dports/perl/p5-moosex-types-path-tiny/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/5273cce5/attachment.html>
More information about the macports-changes
mailing list