[131458] trunk/dports/perl
devans at macports.org
devans at macports.org
Mon Jan 12 03:26:48 PST 2015
Revision: 131458
https://trac.macports.org/changeset/131458
Author: devans at macports.org
Date: 2015-01-12 03:26:48 -0800 (Mon, 12 Jan 2015)
Log Message:
-----------
p5-log-dispatch-configurator-any: new port, a configurator implementation with Config::Any.
Added Paths:
-----------
trunk/dports/perl/p5-log-dispatch-configurator-any/
trunk/dports/perl/p5-log-dispatch-configurator-any/Portfile
Added: trunk/dports/perl/p5-log-dispatch-configurator-any/Portfile
===================================================================
--- trunk/dports/perl/p5-log-dispatch-configurator-any/Portfile (rev 0)
+++ trunk/dports/perl/p5-log-dispatch-configurator-any/Portfile 2015-01-12 11:26:48 UTC (rev 131458)
@@ -0,0 +1,29 @@
+# -*- 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 Log-Dispatch-Configurator-Any 1.122640
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description Log::Dispatch::Configurator::Any - Configurator implementation with Config::Any
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 999e2383f113fbdaffc3d7f3330c5f9aab673f94 \
+ sha256 e9900c7c510b27d96eeb5ab28afc2780ccce19558f24daf649810514a11f41c8
+
+if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-config-tiny
+
+ depends_lib-append \
+ port:p${perl5.major}-config-any \
+ port:p${perl5.major}-log-dispatch \
+ port:p${perl5.major}-log-dispatch-config
+
+ supported_archs noarch
+}
Property changes on: trunk/dports/perl/p5-log-dispatch-configurator-any/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/20150112/e2c52f12/attachment.html>
More information about the macports-changes
mailing list