# $Id: Portfile 88158 2011-12-21 00:33:31Z vinc17@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup         Term-Gnuplot 0.90380905
revision            4
maintainers         nomaintainer
categories-append   math
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
}
