Revision
139711
Author
devans@macports.org
Date
2015-08-24 21:35:08 -0700 (Mon, 24 Aug 2015)

Log Message

p5-math-gmp: update to version 2.11, license, dependencies.

Modified Paths

Diff

Modified: trunk/dports/perl/p5-math-gmp/Portfile (139710 => 139711)


--- trunk/dports/perl/p5-math-gmp/Portfile	2015-08-25 04:29:25 UTC (rev 139710)
+++ trunk/dports/perl/p5-math-gmp/Portfile	2015-08-25 04:35:08 UTC (rev 139711)
@@ -5,18 +5,21 @@
 PortGroup           perl5 1.0
 
 perl5.branches      5.16 5.18 5.20 5.22
-perl5.setup         Math-GMP 2.07
-license             LGPL
+perl5.setup         Math-GMP 2.11
+license             LGPL-2.1
 maintainers         nomaintainer
 description         high speed arbitrary size integer math
 long_description    ${description}  
 
 platforms           darwin
 
-checksums           sha1    9e2a7f8532e2a530e0fb66a002b452a62a18d58d \
-                    rmd160  df5cf6081db68684821834a5d1b75cb89c65bc09
+checksums           rmd160  afb3dcdb073b5baeaa363919503309cbbac01e75 \
+                    sha256  4d535c110bf443638fc2f83da7cb120ea5da91cbf9e3e476584b02c81ac82cda
 
 if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-devel-checklib
+
     depends_lib-append \
                     port:gmp
 }