# $Id: Portfile 97300 2012-09-03 03:05:48Z rmstonecipher@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         Term-Gnuplot 0.90380905
revision            6
maintainers         nomaintainer
categories-append   math
license             {Artistic-1 GPL}
description         Low-level graphics using Gnuplot drawing routines
long_description    Perl module to do low-level graphics using Gnuplot \
                    drawing routines.
checksums           md5 ceccd4e30deb6291ebecce176e715208 \
                    sha1 4d05ffb45d28f949c7ae8fde40bfe7addbeb9f69
platforms           darwin
if {${perl5.major} != ""} {
depends_lib-append  port:libpng port:gd2 port:xorg-libX11

configure.env       C_INCLUDE_PATH="${prefix}/include" \
                    LIBRARY_PATH="${prefix}/lib"

patchfiles          patch-gnuterm-Makefile.PL.diff patch-doc.diff
}
