openbsd-ports/databases/p5-DBD-Chart/Makefile
okan 58a9f0afd5 import p5-DBD-Chart
The DBD::Chart provides a DBI abstraction for rendering pie charts, bar
charts, box&whisker charts (aka boxcharts), histograms, Gantt charts,
and line, point, and area graphs.

ok merdely@
2008-06-09 18:31:25 +00:00

23 lines
506 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/06/09 18:31:25 okan Exp $
COMMENT = DBI driver abstraction for rendering charts and graphs
DISTNAME = DBD-Chart-0.82
CATEGORIES = databases graphics
MODULES = cpan
MAINTAINER = Okan Demirmen <okan@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
BUILD_DEPENDS = ::graphics/p5-GD \
::graphics/p5-GD-TextUtil \
::databases/p5-DBI
RUN_DEPENDS = ${BUILD_DEPENDS}
.include <bsd.port.mk>