Revision: 133370 https://trac.macports.org/changeset/133370 Author: devans@macports.org Date: 2015-02-27 15:09:53 -0800 (Fri, 27 Feb 2015) Log Message: ----------- p5-test-trailingspace: new port, test for trailing space in source files. Added Paths: ----------- trunk/dports/perl/p5-test-trailingspace/ trunk/dports/perl/p5-test-trailingspace/Portfile Added: trunk/dports/perl/p5-test-trailingspace/Portfile =================================================================== --- trunk/dports/perl/p5-test-trailingspace/Portfile (rev 0) +++ trunk/dports/perl/p5-test-trailingspace/Portfile 2015-02-27 23:09:53 UTC (rev 133370) @@ -0,0 +1,25 @@ +# -*- 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-TrailingSpace 0.0204 +license {Artistic-1 GPL} +maintainers devans openmaintainer +description Test::TrailingSpace - test for trailing space in source files. +long_description ${description} + +platforms darwin + +checksums rmd160 f2292abf7e1bcbf057473e5916924c02945562be \ + sha256 db1c0ac050dd5391ea7e49aa8e781a645fb62d612e5bb644792131b78ccef570 + +if {${perl5.major} != ""} { + depends_lib-append \ + port:p${perl5.major}-file-find-object-rule + + perl5.use_module_build + supported_archs noarch +} Property changes on: trunk/dports/perl/p5-test-trailingspace/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
devans@macports.org