[138626] trunk/dports/perl
devans at macports.org
devans at macports.org
Mon Jul 13 22:11:19 PDT 2015
Revision: 138626
https://trac.macports.org/changeset/138626
Author: devans at macports.org
Date: 2015-07-13 22:11:19 -0700 (Mon, 13 Jul 2015)
Log Message:
-----------
p5-math-gmpq: perl interface to the GMP library's rational (mpq) functions.
Added Paths:
-----------
trunk/dports/perl/p5-math-gmpq/
trunk/dports/perl/p5-math-gmpq/Portfile
Added: trunk/dports/perl/p5-math-gmpq/Portfile
===================================================================
--- trunk/dports/perl/p5-math-gmpq/Portfile (rev 0)
+++ trunk/dports/perl/p5-math-gmpq/Portfile 2015-07-14 05:11:19 UTC (rev 138626)
@@ -0,0 +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
+
+perl5.branches 5.16 5.18 5.20 5.22
+perl5.setup Math-GMPq 0.37
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description Math::GMPq - perl interface to the GMP library's rational (mpq) functions.
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 939e57de82a7a566e5a4947ef73a4a983df83fdc \
+ sha256 46926f221965ea521f592400f5b163cb508086f3d0c03e1b2331423ab08946bf
+
+if {${perl5.major} != ""} {
+ depends_lib-append \
+ port:gmp
+}
Property changes on: trunk/dports/perl/p5-math-gmpq/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150713/1b7a52d3/attachment.html>
More information about the macports-changes
mailing list