1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/graphics/p5-SVG-Graph/Makefile
Sunpoet Po-Chuan Hsieh 5dfb384f6d - Add LICENSE
- Add CPAN as WWW
- Pass maintainership to submitter

PR:		ports/189339
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-09 03:51:35 +00:00

26 lines
654 B
Makefile

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