Revision: 118414 https://trac.macports.org/changeset/118414 Author: mojca@macports.org Date: 2014-04-01 07:16:30 -0700 (Tue, 01 Apr 2014) Log Message: ----------- p5-test-base: whitespace and first line only Modified Paths: -------------- trunk/dports/perl/p5-test-base/Portfile Modified: trunk/dports/perl/p5-test-base/Portfile =================================================================== --- trunk/dports/perl/p5-test-base/Portfile 2014-04-01 14:10:23 UTC (rev 118413) +++ trunk/dports/perl/p5-test-base/Portfile 2014-04-01 14:16:30 UTC (rev 118414) @@ -1,21 +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 +PortSystem 1.0 +PortGroup perl5 1.0 perl5.branches 5.8 5.10 5.12 5.14 5.16 -perl5.setup Test-Base 0.60 -revision 2 -maintainers geeklair.net:dluke openmaintainer -description A Data Driven Testing Framework -license {GPL Artistic} +perl5.setup Test-Base 0.60 +revision 2 +maintainers geeklair.net:dluke openmaintainer +description A Data Driven Testing Framework +license {GPL Artistic} -long_description ${description} +long_description ${description} -platforms darwin +platforms darwin if {${perl5.major} != ""} { -depends_lib-append port:p${perl5.major}-spiffy +depends_lib-append port:p${perl5.major}-spiffy checksums md5 7d839807da66d69db32fc4b22994f9e4 \ sha1 e2727e9958960e53de6887697b3e12f64e891b17 \
participants (1)
-
mojca@macports.org