blob: 5872fcebf8b26086511f52434bc3e87dfcf67fba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: tobez
# $FreeBSD$
PORTNAME= GraphViz
PORTVERSION= 2.15
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
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 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>
|