openbsd-ports/math/p5-Chart-Math-Axis/Makefile

22 lines
449 B
Makefile
Raw Normal View History

2013-03-11 07:20:26 -04:00
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:23:55 espie Exp $
COMMENT= algorithm to find good values for chart axis
MODULES= cpan
2008-07-27 14:25:25 -04:00
DISTNAME= Chart-Math-Axis-1.05
REVISION= 0
CATEGORIES= math graphics
2010-10-18 16:52:05 -04:00
USE_GROFF = Yes
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
2010-11-19 02:23:05 -05:00
RUN_DEPENDS= devel/p5-Params-Util
2013-03-11 07:20:26 -04:00
TEST_DEPENDS=devel/p5-Test-Taint
2008-07-27 14:25:25 -04:00
MAKE_ENV += TEST_POD=Yes AUTOMATED_TESTING=Yes
.include <bsd.port.mk>