# $Id: Portfile 86331 2011-10-24 14:28:59Z jmr@macports.org $

PortSystem		1.0
PortGroup		perl5 1.0

perl5.setup		GDGraph 1.44 GD
revision        2
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           md5     a8a4ab62741258803b5744cb8882e68c \
                    sha1    a69e874d0fe3ac132b0d51d739260a9535271bc4
platforms		darwin

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

supported_archs noarch
}
