aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Template-GD/Makefile
blob: 1f961979a51c238dc44c8aedbd44e514ea9414e2 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
# Created by: Greg Larkin <glarkin@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Template-GD
PORTVERSION=    2.66
CATEGORIES= www textproc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= ports@FreeBSD.org
COMMENT=    Template Toolkit plugin to interface with GD modules

BUILD_DEPENDS=  p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USES=       perl5
USE_PERL5=  configure

MAN3=       Template::Plugin::GD.3 \
        Template::Plugin::GD::Constants.3 \
        Template::Plugin::GD::Graph::area.3 \
        Template::Plugin::GD::Graph::bars.3 \
        Template::Plugin::GD::Graph::bars3d.3 \
        Template::Plugin::GD::Graph::lines.3 \
        Template::Plugin::GD::Graph::lines3d.3 \
        Template::Plugin::GD::Graph::linespoints.3 \
        Template::Plugin::GD::Graph::mixed.3 \
        Template::Plugin::GD::Graph::pie.3 \
        Template::Plugin::GD::Graph::pie3d.3 \
        Template::Plugin::GD::Graph::points.3 \
        Template::Plugin::GD::Image.3 \
        Template::Plugin::GD::Polygon.3 \
        Template::Plugin::GD::Text.3 \
        Template::Plugin::GD::Text::Align.3 \
        Template::Plugin::GD::Text::Wrap.3

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