freebsd-ports/graphics/p5-SVG-Graph/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

26 lines
617 B
Makefile

# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
# $FreeBSD$
PORTNAME= SVG-Graph
PORTVERSION= 0.04
PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CJFIELDS
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Visualize your data in Scalable Vector Graphics (SVG) format
LICENSE= ART20
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Math-Spline>=0:math/p5-Math-Spline \
p5-SVG>=0:textproc/p5-SVG \
p5-Statistics-Descriptive>=0:math/p5-Statistics-Descriptive \
p5-Tree-DAG_Node>=0:devel/p5-Tree-DAG_Node
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>