28 lines
551 B
Makefile
28 lines
551 B
Makefile
# $OpenBSD: Makefile,v 1.31 2020/07/03 21:45:23 sthen Exp $
|
|
|
|
COMMENT = module for graph plotting
|
|
|
|
VERSION = 1.54
|
|
DISTNAME = GDGraph-${VERSION}
|
|
PKGNAME = p5-GD-Graph-${VERSION}
|
|
CATEGORIES = graphics
|
|
REVISION = 0
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
MASTER_SITES = ${MASTER_SITE_PERL_CPAN:=GD/}
|
|
|
|
RUN_DEPENDS = graphics/p5-GD>=1.18 \
|
|
graphics/p5-GD-TextUtil
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
TEST_DEPENDS = devel/p5-Test-Exception \
|
|
sysutils/p5-Capture-Tiny
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|