openbsd-ports/math/p5-Math-Bezier/Makefile
msf 745c7850fd initial import of Math::Bezier 0.01
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".
2007-09-20 05:01:05 +00:00

18 lines
357 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/09/20 05:01:05 msf Exp $
COMMENT= perl module for solving bezier curves
MODULES= cpan
DISTNAME= Math-Bezier-0.01
CATEGORIES= math
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>