mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
18 lines
348 B
Makefile
18 lines
348 B
Makefile
COMMENT = render/convert graphs in/from various formats
|
|
|
|
DISTNAME = Graph-Easy-0.76
|
|
REVISION = 0
|
|
|
|
CATEGORIES = math graphics
|
|
MAINTAINER = Johannes Thyssen Tishman <jtt@openbsd.org>
|
|
|
|
# GPLv2 only
|
|
PERMIT_PACKAGE = Yes
|
|
MODULES = cpan
|
|
|
|
BUILD_DEPENDS = devel/p5-Module-Build>=0.36
|
|
CONFIGURE_STYLE = modbuild
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|