[133025] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Feb 17 20:32:54 PST 2015


Revision: 133025
          https://trac.macports.org/changeset/133025
Author:   devans at macports.org
Date:     2015-02-17 20:32:53 -0800 (Tue, 17 Feb 2015)
Log Message:
-----------
p5-time-duration-parse: new port, parse strings representing time duration.

Added Paths:
-----------
    trunk/dports/perl/p5-time-duration-parse/
    trunk/dports/perl/p5-time-duration-parse/Portfile

Added: trunk/dports/perl/p5-time-duration-parse/Portfile
===================================================================
--- trunk/dports/perl/p5-time-duration-parse/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-time-duration-parse/Portfile	2015-02-18 04:32:53 UTC (rev 133025)
@@ -0,0 +1,27 @@
+# -*- 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         Time-Duration-Parse 0.11
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Time::Duration::Parse - Parse string that represents time duration
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  fe55f48538753ee8c43f384b35dd494e3e2623f9 \
+                    sha256  a08781512db67c701caab91aa19cce7ae9738fccf8d9e49377f3f346276664fa
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-time-duration
+
+    depends_lib-append \
+                    port:p${perl5.major}-exporter-lite
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-time-duration-parse/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/20150217/79a4a60b/attachment.html>


More information about the macports-changes mailing list