Merge branch 'staged'
[dports.git] / graphics / p5-GD-Graph-ohlc / Makefile
1 PORTNAME=       GD-Graph-ohlc
2 PORTVERSION=    0.9703
3 PORTREVISION=   1
4 CATEGORIES=     graphics perl5
5 MASTER_SITES=   CPAN
6 MASTER_SITE_SUBDIR=     CPAN:JETTERO
7 PKGNAMEPREFIX=  p5-
8
9 MAINTAINER=     skreuzer@FreeBSD.org
10 COMMENT=        Create charts displaying the open, high, low, and close
11 WWW=            https://metacpan.org/release/GD-Graph-ohlc
12
13 BUILD_DEPENDS=  ${RUN_DEPENDS}
14 RUN_DEPENDS=    p5-GD-Graph>=0:graphics/p5-GD-Graph \
15                 p5-Test-Simple>=0:devel/p5-Test-Simple
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>