# -*- 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

perl5.branches      5.16 5.18 5.20 5.22
perl5.setup         GDGraph 1.49 GD
license             {Artistic-1 GPL}
maintainers         nomaintainer

description         Graph Plotting Module for Perl 5
long_description    This is GDGraph, a package to generate charts, using \
                    Lincoln Stein's GD.pm. See the documentation for \
                    some history and more information.

checksums           rmd160  04f19ebf808e1e5acedb44dabd68a4597241e35b \
                    sha256  d26538c827e35c1d4b27f3c045b60f1ab6b45401c54a87e86103cd7c2374cff5

platforms           darwin
supported_archs     noarch

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-gd \
                    port:p${perl5.major}-gdtextutil
}