# -*- 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$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Term-Gnuplot 0.90380905 revision 8 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 rmd160 15077a2019aa11ffb1780ac47d80fc581c3fa379 \ sha256 5bcbef465d23cf3d3531286894f52c364a85674108c56a4cf3577e49e6d80435 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 }