20 lines
342 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.15 2016/03/20 19:56:43 naddy Exp $
2015-03-16 09:59:23 +00:00
COMMENT = Charting library for Perl
2015-03-16 09:59:23 +00:00
DISTNAME = Chart-2.4.10
CATEGORIES = graphics
2015-03-16 09:59:23 +00:00
RUN_DEPENDS = graphics/p5-GD
BUILD_DEPENDS = ${RUN_DEPENDS}
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# Perl
2015-03-16 09:59:23 +00:00
PERMIT_PACKAGE_CDROM = Yes
2015-03-16 09:59:23 +00:00
MODULES = cpan
PKG_ARCH = *
.include <bsd.port.mk>