openbsd-ports/graphics/p5-SVG-Graph/Makefile
naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

25 lines
477 B
Makefile

# $OpenBSD: Makefile,v 1.9 2016/03/20 19:56:44 naddy Exp $
COMMENT = visualize your data in SVG format
DISTNAME = SVG-Graph-0.02
CATEGORIES = graphics
REVISION = 1
# Artistic License 2.0
PERMIT_PACKAGE_CDROM = 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 \
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIST= eg
.include <bsd.port.mk>