1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/graphics/p5-GraphViz/Makefile
Sunpoet Po-Chuan Hsieh 71750bde60 - Update to 2.15
- Add LICENSE
- Fix *_DEPENDS
- Remove regression-test:

Changes:	http://search.cpan.org/dist/GraphViz/Changes
2013-11-29 17:40:21 +00:00

26 lines
600 B
Makefile

# Created by: tobez
# $FreeBSD$
PORTNAME= GraphViz
PORTVERSION= 2.15
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= perl@FreeBSD.org
COMMENT= GraphViz - Perl interface to the GraphViz graphing tool
LICENSE= ART20
BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz \
p5-IPC-Run>=0.60:${PORTSDIR}/devel/p5-IPC-Run \
p5-Parse-RecDescent>=1.965.001:${PORTSDIR}/devel/p5-Parse-RecDescent \
p5-XML-Twig>=3.38:${PORTSDIR}/textproc/p5-XML-Twig
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>