d62fd6be59
From wen heping <wenheping2000 () hotmail ! com>
27 lines
512 B
Makefile
27 lines
512 B
Makefile
# $OpenBSD: Makefile,v 1.12 2020/11/04 02:31:15 afresh1 Exp $
|
|
|
|
COMMENT = visualize your data in SVG format
|
|
|
|
DISTNAME = SVG-Graph-0.04
|
|
CPAN_AUTHOR = CJFIELDS
|
|
CATEGORIES = graphics
|
|
|
|
# Artistic License 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
RUN_DEPENDS = devel/p5-Tree-DAG_Node \
|
|
graphics/p5-SVG \
|
|
math/p5-Math-Derivative \
|
|
math/p5-Math-Spline \
|
|
math/p5-Statistics-Descriptive \
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
MODCPAN_EXAMPLES_DIST= eg
|
|
|
|
.include <bsd.port.mk>
|