openbsd-ports/math/p5-Chart-Math-Axis/Makefile
simon 8ddf6b51ba import p5-Chart-Math-Axis
Chart::Math::Axis implements in a generic way an algorithm for finding a
set of ideal values for an axis.  That is, for any given set of data,
what should the top and bottom of the axis scale be, and what should the
interval between the ticks be.

ok jasper@
2007-10-13 08:00:55 +00:00

24 lines
524 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/10/13 08:00:55 simon Exp $
COMMENT= algorithm to find good values for chart axis
MODULES= cpan
DISTNAME= Chart-Math-Axis-1.01
CATEGORIES= math graphics
MAINTAINER= Simon Bertrang <simon@openbsd.org>
CPAN_AUTHOR= ADAMK
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= :p5-Clone->=0.27:devel/p5-Clone \
::devel/p5-Params-Util
REGRESS_DEPENDS=::devel/p5-Test-Taint
.include <bsd.port.mk>