2001-10-09 23:33:34 +02:00
|
|
|
# New ports collection makefile for: graphics/p5-GraphViz
|
|
|
|
# Date created: 09 October 2001
|
|
|
|
# Whom: tobez
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= GraphViz
|
2009-06-03 06:51:20 +02:00
|
|
|
PORTVERSION= 2.04
|
2009-07-31 15:57:52 +02:00
|
|
|
PORTREVISION= 1
|
2001-10-09 23:33:34 +02:00
|
|
|
CATEGORIES= graphics perl5
|
2008-01-05 07:36:05 +01:00
|
|
|
MASTER_SITES= CPAN
|
2001-10-09 23:33:34 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-10-13 15:55:35 +02:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= GraphViz - Perl interface to the GraphViz graphing tool
|
2001-10-09 23:33:34 +02:00
|
|
|
|
2008-03-10 23:38:02 +01:00
|
|
|
BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz
|
2008-03-07 12:42:30 +01:00
|
|
|
RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
|
|
|
|
p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent \
|
|
|
|
p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig \
|
2001-10-09 23:33:34 +02:00
|
|
|
dot:${PORTSDIR}/graphics/graphviz
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Devel::GraphVizProf.3 \
|
|
|
|
GraphViz.3 \
|
|
|
|
GraphViz::Data::Grapher.3 \
|
|
|
|
GraphViz::No.3 \
|
|
|
|
GraphViz::Parse::RecDescent.3 \
|
|
|
|
GraphViz::Parse::Yacc.3 \
|
|
|
|
GraphViz::Parse::Yapp.3 \
|
|
|
|
GraphViz::Regex.3 \
|
|
|
|
GraphViz::Small.3 \
|
|
|
|
GraphViz::XML.3
|
2002-01-22 14:49:04 +01:00
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|