Revision: 139710 https://trac.macports.org/changeset/139710 Author: devans@macports.org Date: 2015-08-24 21:29:25 -0700 (Mon, 24 Aug 2015) Log Message: ----------- p5-math-gmp: add mode line and reformat, white space only. Modified Paths: -------------- trunk/dports/perl/p5-math-gmp/Portfile Modified: trunk/dports/perl/p5-math-gmp/Portfile =================================================================== --- trunk/dports/perl/p5-math-gmp/Portfile 2015-08-25 03:41:08 UTC (rev 139709) +++ trunk/dports/perl/p5-math-gmp/Portfile 2015-08-25 04:29:25 UTC (rev 139710) @@ -1,19 +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.16 5.18 5.20 5.22 -perl5.setup Math-GMP 2.07 -license LGPL -maintainers nomaintainer -description high speed arbitrary size integer math -long_description ${description} -platforms darwin +perl5.setup Math-GMP 2.07 +license LGPL +maintainers nomaintainer +description high speed arbitrary size integer math +long_description ${description} -checksums sha1 9e2a7f8532e2a530e0fb66a002b452a62a18d58d \ - rmd160 df5cf6081db68684821834a5d1b75cb89c65bc09 +platforms darwin +checksums sha1 9e2a7f8532e2a530e0fb66a002b452a62a18d58d \ + rmd160 df5cf6081db68684821834a5d1b75cb89c65bc09 + if {${perl5.major} != ""} { -depends_build port:gmp + depends_lib-append \ + port:gmp }
participants (1)
-
devans@macports.org