Tweak math/qtiplot version 0.9.8.9_8
[dports.git] / math / p5-Chart-Math-Axis / Makefile
1 # Created by: Sergey Skvortsov <skv@protey.ru>
2 # $FreeBSD$
3
4 PORTNAME=       Chart-Math-Axis
5 PORTVERSION=    1.06
6 CATEGORIES=     math graphics perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Implements an algorithm to find good values for chart axis
12
13 BUILD_DEPENDS=  p5-Params-Util>=0.15:${PORTSDIR}/devel/p5-Params-Util
14 RUN_DEPENDS:=   ${BUILD_DEPENDS}
15
16 USES=           perl5
17 USE_PERL5=      configure
18
19 .include <bsd.port.mk>