[131688] trunk/dports/perl
devans at macports.org
devans at macports.org
Thu Jan 15 10:56:59 PST 2015
Revision: 131688
https://trac.macports.org/changeset/131688
Author: devans at macports.org
Date: 2015-01-15 10:56:59 -0800 (Thu, 15 Jan 2015)
Log Message:
-----------
p5-moosex-configfromfile: new port, abstract Moose role for setting attributes from a configfile.
Added Paths:
-----------
trunk/dports/perl/p5-moosex-configfromfile/
trunk/dports/perl/p5-moosex-configfromfile/Portfile
Added: trunk/dports/perl/p5-moosex-configfromfile/Portfile
===================================================================
--- trunk/dports/perl/p5-moosex-configfromfile/Portfile (rev 0)
+++ trunk/dports/perl/p5-moosex-configfromfile/Portfile 2015-01-15 18:56:59 UTC (rev 131688)
@@ -0,0 +1,41 @@
+# -*- 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-ConfigFromFile 0.13
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description MooseX::ConfigFromFile - An abstract Moose role for setting attributes from a configfile
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 465083a0a8582c39b785f2f4abec054d488e51c3 \
+ sha256 e7db92c99e127b92b992cf7a1f01227f1fd71b0c5c276e5931270a0d0b70c55d
+
+#Warning: prerequisite Moose::Role 0 not found.
+#Warning: prerequisite MooseX::Types::Moose 0 not found.
+#Warning: prerequisite MooseX::Types::Path::Tiny 0.005 not found.
+#Warning: prerequisite namespace::autoclean 0 not found.
+
+if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-module-build-tiny \
+ port:p${perl5.major}-moosex-getopt \
+ port:p${perl5.major}-test-deep \
+ port:p${perl5.major}-test-fatal \
+ port:p${perl5.major}-test-requires \
+ port:p${perl5.major}-test-without-module
+
+ depends_lib-append \
+ port:p${perl5.major}-moose \
+ port:p${perl5.major}-moosex-types \
+ port:p${perl5.major}-moosex-types-path-tiny \
+ port:p${perl5.major}-namespace-autoclean
+
+ supported_archs noarch
+ perl5.use_module_build
+}
Property changes on: trunk/dports/perl/p5-moosex-configfromfile/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/a6d18ad8/attachment.html>
More information about the macports-changes
mailing list