aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-GD-Graph-ohlc/Makefile
blob: 7b426bdeb751e9ae3e519f6f7ca6e5dc25dc06b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$

PORTNAME=   GD-Graph-ohlc
PORTVERSION=    0.9703
CATEGORIES= graphics perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:JETTERO
PKGNAMEPREFIX=  p5-

MAINTAINER= skreuzer@FreeBSD.org
COMMENT=    Create charts displaying the open, high, low, and close

BUILD_DEPENDS=  p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph \
        p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USES=       perl5
USE_PERL5=  configure

MAN3=   GD::Graph::candlesticks.3 \
    GD::Graph::ohlc.3

NO_STAGE=   yes
.include <bsd.port.mk>