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

25 lines
540 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2010/12/03 11:45:39 ajacoutot 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-19 02:23:05 -05:00
RUN_DEPENDS= devel/p5-Params-Util
REGRESS_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>