# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           GD-Graph3d 0.63
maintainers           narf_tm openmaintainer
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

depends_lib-append    port:p5-gdgraph

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
