[150963] trunk/dports/perl

devans at macports.org devans at macports.org
Wed Aug 3 18:29:55 PDT 2016


Revision: 150963
          https://trac.macports.org/changeset/150963
Author:   devans at macports.org
Date:     2016-08-03 18:29:55 -0700 (Wed, 03 Aug 2016)
Log Message:
-----------
p5-test-timer: new port, a test module to test/assert response times.

Added Paths:
-----------
    trunk/dports/perl/p5-test-timer/
    trunk/dports/perl/p5-test-timer/Portfile

Added: trunk/dports/perl/p5-test-timer/Portfile
===================================================================
--- trunk/dports/perl/p5-test-timer/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-test-timer/Portfile	2016-08-04 01:29:55 UTC (rev 150963)
@@ -0,0 +1,28 @@
+# -*- 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.22 5.24
+perl5.setup         Test-Timer 0.12
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Test::Timer - a test module to test/assert response times
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  5575cd290ccf0ec43862c9a81993be34a90d961a \
+                    sha256  62b718a08a1537ae696ca4e29185073eba4e5472d086aa76bce780b2336f1e06
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-exception
+
+    depends_lib-append \
+                    port:p${perl5.major}-error
+
+    supported_archs noarch
+    perl5.use_module_build
+}


Property changes on: trunk/dports/perl/p5-test-timer/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/20160803/4c888ff0/attachment-0001.html>


More information about the macports-changes mailing list