summaryrefslogtreecommitdiff
path: root/graphics/p5-GraphViz-Traverse/Makefile
blob: c24bf11544f90dd13fa16ab985554a7ca1444b4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$

PORTNAME=	GraphViz-Traverse
PORTVERSION=	0.02
PORTREVISION=	7
CATEGORIES=	graphics perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Build a GraphViz object via callback traversal

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-GraphViz>=0:graphics/p5-GraphViz

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>