freebsd-ports/graphics/p5-Imager-Graph/Makefile
Sunpoet Po-Chuan Hsieh 5bbeeb5fca - Update to 0.09
Changes:	http://search.cpan.org/dist/Imager-Graph/Changes
PR:		ports/160554
Submitted by:	sunpoet (myself)
Approved by:	Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
2011-09-10 09:38:24 +00:00

33 lines
815 B
Makefile

# 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.09
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ychsiao@ychsiao.org
COMMENT= Perl extension for producing Graphs using the Imager library
BUILD_DEPENDS= p5-Imager>=0.75:${PORTSDIR}/graphics/p5-Imager
RUN_DEPENDS= p5-Imager>=0.75:${PORTSDIR}/graphics/p5-Imager
PERL_CONFIGURE= yes
MAN3= Imager::Graph.3 \
Imager::Graph::Area.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>