Revision
105532
Author
macsforever2000@macports.org
Date
2013-04-23 15:34:35 -0700 (Tue, 23 Apr 2013)

Log Message

p5-graphics-gnuplotif: New port.

Added Paths

Diff

Added: trunk/dports/perl/p5-graphics-gnuplotif/Portfile (0 => 105532)


--- trunk/dports/perl/p5-graphics-gnuplotif/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-graphics-gnuplotif/Portfile	2013-04-23 22:34:35 UTC (rev 105532)
@@ -0,0 +1,29 @@
+# -*- 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
+PortGroup           active_variants 1.1
+
+perl5.branches      5.8 5.10 5.12 5.14 5.16
+perl5.setup         Graphics-GnuplotIF 1.7
+
+platforms           darwin
+maintainers         nomaintainer
+license             {Artistic-1 GPL}
+
+supported_archs     noarch
+
+description         Graphics::GnuplotIF - A dynamic Perl interface to gnuplot.
+
+long_description    ${description}
+
+checksums           rmd160 a7b183e08ee6172a07e02007d9c2900545cae25b \
+                    sha256 31abdc8ebcf50a53674e5f19ccd14764bff9049a60f44ee42d3dfba75d659f66
+
+if {${perl5.major} != ""} {
+    depends_lib-append  port:gnuplot \
+                        port:p${perl5.major}-io
+}
+
+require_active_variants gnuplot wxwidgets_devel
Property changes on: trunk/dports/perl/p5-graphics-gnuplotif/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style