# $Id: Portfile 82782 2011-08-20 01:07:52Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           GD-Graph3d 0.63
revision              2
maintainers           nomaintainer
description           Create 3D Graphs with GD and GD::Graph
long_description      This is the GD::Graph3d extensions module. It \
                      provides 3D graphs for the GD::Graph module by \
                      Martien Verbruggen, which in turn generates graph \
                      using Lincoln Stein's GD.pm.

platforms             darwin

checksums             md5 f866dcdd1e7e2056bb946ab7ac3fe37b

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

supported_archs noarch
}
