Revision: 133302 https://trac.macports.org/changeset/133302 Author: devans@macports.org Date: 2015-02-24 14:18:10 -0800 (Tue, 24 Feb 2015) Log Message: ----------- p5-catalystx-leakchecker: new port, debug memory leaks in Catalyst applications. Added Paths: ----------- trunk/dports/perl/p5-catalystx-leakchecker/ trunk/dports/perl/p5-catalystx-leakchecker/Portfile Added: trunk/dports/perl/p5-catalystx-leakchecker/Portfile =================================================================== --- trunk/dports/perl/p5-catalystx-leakchecker/Portfile (rev 0) +++ trunk/dports/perl/p5-catalystx-leakchecker/Portfile 2015-02-24 22:18:10 UTC (rev 133302) @@ -0,0 +1,32 @@ +# -*- 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 CatalystX-LeakChecker 0.06 +license {Artistic-1 GPL} +maintainers devans openmaintainer +description CatalystX::LeakChecker - Debug memory leaks in Catalyst applications +long_description ${description} + +platforms darwin + +checksums rmd160 f73672c3b535be0c3f003d463a9d5e43da518925 \ + sha256 0e3aa438025adf775a631edaf7e2beb0a617f3894b40afbd875c2a57ed5bdbc0 + +if {${perl5.major} != ""} { + depends_lib-append \ + port:p${perl5.major}-catalyst-runtime \ + port:p${perl5.major}-devel-cycle \ + port:p${perl5.major}-moose \ + port:p${perl5.major}-moosex-types \ + port:p${perl5.major}-namespace-autoclean \ + port:p${perl5.major}-namespace-clean \ + port:p${perl5.major}-padwalker \ + port:p${perl5.major}-task-weaken \ + port:p${perl5.major}-test-simple + + supported_archs noarch +} Property changes on: trunk/dports/perl/p5-catalystx-leakchecker/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
devans@macports.org