aaa1885833
ok jasper@
25 lines
528 B
Makefile
25 lines
528 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/12/03 11:44:24 ajacoutot Exp $
|
|
|
|
COMMENT = DBI driver abstraction for rendering charts and graphs
|
|
|
|
DISTNAME = DBD-Chart-0.82
|
|
REVISION = 0
|
|
CATEGORIES = databases graphics
|
|
MODULES = cpan
|
|
USE_GROFF = Yes
|
|
|
|
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 = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = graphics/p5-GD \
|
|
graphics/p5-GD-TextUtil \
|
|
databases/p5-DBI
|
|
|
|
.include <bsd.port.mk>
|