58a9f0afd5
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@
23 lines
506 B
Makefile
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>
|