# $Id: Portfile 67043 2010-04-27 23:07:01Z ryandesign@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0
perl5.setup			Math-Bezier 0.01
maintainers			nomaintainer
description			Solution of Bezier Curves
long_description \
	This module implements the algorithm for the solution of Bezier curves \
	as presented by Robert D. Miller in Graphics Gems V, \"Quick and Simple \
	Bezier Curve Drawing\".

platforms			darwin

checksums			md5 ba6874d8754e2d64ab9c7d15e0eb56c2

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