Grilo is a framework focused on making media discovery and browsing easy for application developers. WWW: https://wiki.gnome.org/Grilo /css' href='/~lantw44/cgit-data/cgit.css'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-GraphViz/Makefile
blob: 415f18e8f5060701056901a807a8e24bc8b933f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# New ports collection makefile for:    graphics/p5-GraphViz
# Date created:             09 October 2001
# Whom:                 tobez
#
# $FreeBSD$
#

PORTNAME=   GraphViz
PORTVERSION=    2.09
CATEGORIES= graphics perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-
EXTRACT_SUFX=   .tgz

MAINTAINER= perl@FreeBSD.org
COMMENT=    GraphViz - Perl interface to the GraphViz graphing tool

BUILD_DEPENDS=  dot:${PORTSDIR}/graphics/graphviz \
            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

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

.if defined(MAINTAINER_MODE)
regression-test: build
    cd ${WRKSRC} && ${MAKE} test
.endif

.include <bsd.port.mk>