2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2010/12/03 11:44:24 ajacoutot Exp $
|
2008-06-09 14:31:25 -04:00
|
|
|
|
|
|
|
COMMENT = DBI driver abstraction for rendering charts and graphs
|
|
|
|
|
|
|
|
DISTNAME = DBD-Chart-0.82
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION = 0
|
2008-06-09 14:31:25 -04:00
|
|
|
CATEGORIES = databases graphics
|
|
|
|
MODULES = cpan
|
2010-10-18 13:06:05 -04:00
|
|
|
USE_GROFF = Yes
|
2008-06-09 14:31:25 -04:00
|
|
|
|
|
|
|
MAINTAINER = Okan Demirmen <okan@openbsd.org>
|
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2010-07-02 22:44:13 -04:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
2010-11-14 19:22:45 -05:00
|
|
|
RUN_DEPENDS = graphics/p5-GD \
|
|
|
|
graphics/p5-GD-TextUtil \
|
|
|
|
databases/p5-DBI
|
2008-06-09 14:31:25 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|