# -*- 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: Portfile 105727 2013-05-03 22:19:45Z macsforever2000@macports.org $

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 wxwidgets30
