freebsd-ports/graphics/p5-GraphViz/Makefile

46 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: graphics/p5-GraphViz
# Date created: 09 October 2001
# Whom: tobez
#
# $FreeBSD$
#
PORTNAME= GraphViz
2011-11-01 08:35:24 +01:00
PORTVERSION= 2.08
CATEGORIES= graphics perl5
2008-01-05 07:36:05 +01:00
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
2011-11-01 08:35:24 +01:00
EXTRACT_SUFX= .tgz
MAINTAINER= clsung@FreeBSD.org
COMMENT= GraphViz - Perl interface to the GraphViz graphing tool
2011-11-01 08:35:24 +01:00
BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \
2011-11-01 08:53:47 +01:00
p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which
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
2011-11-01 08:35:24 +01:00
TEST_DEPENDS= ${RUN_DEPENDS}
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
2011-11-01 08:35:24 +01:00
.if defined(MAINTAINER_MODE)
regression-test: build
cd ${WRKSRC} && ${MAKE} test
.endif
.include <bsd.port.mk>