2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Sergey Skvortsov <skv@protey.ru>
|
2003-05-18 16:33:51 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Chart-Math-Axis
|
2011-04-12 17:16:17 +02:00
|
|
|
PORTVERSION= 1.06
|
2003-05-18 16:33:51 +02:00
|
|
|
CATEGORIES= math graphics perl5
|
2007-10-27 03:20:46 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-05-18 16:33:51 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2011-04-12 17:16:17 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-05-18 16:33:51 +02:00
|
|
|
COMMENT= Implements an algorithm to find good values for chart axis
|
|
|
|
|
2011-04-12 17:16:17 +02:00
|
|
|
BUILD_DEPENDS= p5-Params-Util>=0.15:${PORTSDIR}/devel/p5-Params-Util
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2003-05-18 16:33:51 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2003-05-18 16:33:51 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|