Revision: 128939 https://trac.macports.org/changeset/128939 Author: khindenburg@macports.org Date: 2014-11-30 09:36:02 -0800 (Sun, 30 Nov 2014) Log Message: ----------- p5-test-mocktime: new port #44820 Added Paths: ----------- trunk/dports/perl/p5-test-mocktime/ trunk/dports/perl/p5-test-mocktime/Portfile Added: trunk/dports/perl/p5-test-mocktime/Portfile =================================================================== --- trunk/dports/perl/p5-test-mocktime/Portfile (rev 0) +++ trunk/dports/perl/p5-test-mocktime/Portfile 2014-11-30 17:36:02 UTC (rev 128939) @@ -0,0 +1,22 @@ +# -*- 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 Test-MockTime 0.13 + +platforms darwin +maintainers khindenburg openmaintainer +license {Artistic-1 GPL} + +supported_archs noarch + +description Replaces actual time with simulated time +long_description ${description} + +checksums rmd160 777923907f58dabbcef0b01fceac78de43f238d2 \ + sha256 7c3b4c33d59844b7e9d67408d9f4bf7def76aacb2939f1b9b56aaa319eac387b + +test.run yes Property changes on: trunk/dports/perl/p5-test-mocktime/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
khindenburg@macports.org