1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/graphics/p5-GraphViz/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

44 lines
1.0 KiB
Makefile

# New ports collection makefile for: graphics/p5-GraphViz
# Date created: 09 October 2001
# Whom: tobez
#
# $FreeBSD$
#
PORTNAME= GraphViz
PORTVERSION= 2.03
PORTREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= GraphViz - Perl interface to the GraphViz graphing tool
BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz
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 \
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
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
.endif
.include <bsd.port.post.mk>