[129526] trunk/dports/perl

devans at macports.org devans at macports.org
Mon Dec 15 04:07:02 PST 2014


Revision: 129526
          https://trac.macports.org/changeset/129526
Author:   devans at macports.org
Date:     2014-12-15 04:07:01 -0800 (Mon, 15 Dec 2014)
Log Message:
-----------
p5-time-mock: new port, shift and scale time.

Added Paths:
-----------
    trunk/dports/perl/p5-time-mock/
    trunk/dports/perl/p5-time-mock/Portfile

Added: trunk/dports/perl/p5-time-mock/Portfile
===================================================================
--- trunk/dports/perl/p5-time-mock/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-time-mock/Portfile	2014-12-15 12:07:01 UTC (rev 129526)
@@ -0,0 +1,26 @@
+# -*- 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.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         Time-Mock v0.0.2
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Time::Mock - shift and scale time
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  11cbd17d62ac773758fa813828fc420a3633cb7d \
+                    sha256  9bd2f7436bd2bdd9b947d70939c62c425801cae3a4321cb864a8a2f4d1f3982f
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-timedate
+
+    supported_archs noarch
+    perl5.use_module_build
+}
+


Property changes on: trunk/dports/perl/p5-time-mock/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/20141215/355b8a77/attachment.html>


More information about the macports-changes mailing list