Update graphics/p5-Chart-Clicker to version 2.84
[dports.git] / graphics / p5-Chart-Clicker / Makefile
1 # Created by: chinsan <chinsan.tw@gmail.com>
2 # $FreeBSD: ports/graphics/p5-Chart-Clicker/Makefile,v 1.55 2013/01/24 13:43:32 svnexp Exp $
3
4 PORTNAME=       Chart-Clicker
5 PORTVERSION=    2.84
6 CATEGORIES=     graphics perl5
7 MASTER_SITES=   CPAN
8 MASTER_SITE_SUBDIR=     CPAN:GPHAT
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Powerful, extensible charting
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 RUN_DEPENDS=    p5-Color-Scheme>=0:${PORTSDIR}/graphics/p5-Color-Scheme \
18                 p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
19                 p5-MooseX-AttributeHelpers>=0:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \
20                 p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
21                 p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set \
22                 p5-Geometry-Primitive>=0:${PORTSDIR}/graphics/p5-Geometry-Primitive \
23                 p5-Graphics-Color>=0:${PORTSDIR}/graphics/p5-Graphics-Color \
24                 p5-Graphics-Primitive>=0:${PORTSDIR}/graphics/p5-Graphics-Primitive \
25                 p5-Graphics-Primitive-Driver-Cairo>=0:${PORTSDIR}/graphics/p5-Graphics-Primitive-Driver-Cairo \
26                 p5-Layout-Manager>=0:${PORTSDIR}/graphics/p5-Layout-Manager
27 BUILD_DEPENDS:= ${RUN_DEPENDS}
28 TEST_DEPENDS=   p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
29                 p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
30                 p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
31
32 PERL_CONFIGURE= yes
33
34 MAN3=           Chart::Clicker.3 \
35                 Chart::Clicker::Axis.3 \
36                 Chart::Clicker::Axis::DateTime.3 \
37                 Chart::Clicker::Axis::DivisionType.3 \
38                 Chart::Clicker::Axis::DivisionType::Exact.3 \
39                 Chart::Clicker::Axis::DivisionType::LinearExpandGraph.3 \
40                 Chart::Clicker::Axis::DivisionType::LinearRounded.3 \
41                 Chart::Clicker::Component.3 \
42                 Chart::Clicker::Container.3 \
43                 Chart::Clicker::Context.3 \
44                 Chart::Clicker::Data::DataSet.3 \
45                 Chart::Clicker::Data::Marker.3 \
46                 Chart::Clicker::Data::Range.3 \
47                 Chart::Clicker::Data::Series.3 \
48                 Chart::Clicker::Data::Series::HighLow.3 \
49                 Chart::Clicker::Data::Series::Size.3 \
50                 Chart::Clicker::Decoration.3 \
51                 Chart::Clicker::Decoration::Glass.3 \
52                 Chart::Clicker::Decoration::Grid.3 \
53                 Chart::Clicker::Decoration::Legend.3 \
54                 Chart::Clicker::Decoration::Legend::Tabular.3 \
55                 Chart::Clicker::Decoration::MarkerOverlay.3 \
56                 Chart::Clicker::Decoration::OverAxis.3 \
57                 Chart::Clicker::Decoration::Plot.3 \
58                 Chart::Clicker::Drawing::ColorAllocator.3 \
59                 Chart::Clicker::Positioned.3 \
60                 Chart::Clicker::Renderer.3 \
61                 Chart::Clicker::Renderer::Area.3 \
62                 Chart::Clicker::Renderer::Bar.3 \
63                 Chart::Clicker::Renderer::Bubble.3 \
64                 Chart::Clicker::Renderer::CandleStick.3 \
65                 Chart::Clicker::Renderer::Line.3 \
66                 Chart::Clicker::Renderer::Pie.3 \
67                 Chart::Clicker::Renderer::Point.3 \
68                 Chart::Clicker::Renderer::PolarArea.3 \
69                 Chart::Clicker::Renderer::StackedArea.3 \
70                 Chart::Clicker::Renderer::StackedBar.3 \
71                 Chart::Clicker::Tutorial.3
72
73 .include <bsd.port.mk>