19 lines
330 B
Makefile
19 lines
330 B
Makefile
# $OpenBSD: Makefile,v 1.14 2015/03/16 09:59:23 benoit Exp $
|
|
|
|
COMMENT = Charting library for Perl
|
|
|
|
DISTNAME = Chart-2.4.10
|
|
CATEGORIES = graphics
|
|
|
|
RUN_DEPENDS = graphics/p5-GD
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|