aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Imager-Graph/Makefile
blob: e352cd3351a52e4f766813a9a7be72fcb9fe8ad9 (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
# New ports collection makefile for:	graphics/p5-Imager-Graph
# Date created:				11 Feb 2005
# Whom:					Yuan-Chung Hsiao <ychsiao@ychsiao.org>
#
# $FreeBSD$
#

PORTNAME=	Imager-Graph
PORTVERSION=	0.07
PORTREVISION=	2
CATEGORIES=	graphics perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ychsiao@ychsiao.org
COMMENT=	Perl extension for producing Graphs using the Imager library

BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Imager.pm:${PORTSDIR}/graphics/p5-Imager
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	Imager::Graph.3 Imager::Graph::Bar.3 Imager::Graph::Column.3 \
	Imager::Graph::Horizontal.3 Imager::Graph::Line.3 \
	Imager::Graph::Pie.3 Imager::Graph::StackedColumn.3 \
	Imager::Graph::Util.3 Imager::Graph::Vertical.3

.include <bsd.port.mk>