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