2013-01-26 18:47:31 +01:00
|
|
|
# Created by: ijliao
|
2002-09-06 10:19:18 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= GraphViz-Data-Structure
|
2013-01-26 18:47:31 +01:00
|
|
|
PORTVERSION= 0.19
|
2002-09-06 10:19:18 +02:00
|
|
|
CATEGORIES= graphics perl5
|
2007-07-25 08:05:19 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-09-06 10:19:18 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-01 03:47:10 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= Visualise data structures
|
2002-09-06 10:19:18 +02:00
|
|
|
|
2012-06-12 09:49:43 +02:00
|
|
|
BUILD_DEPENDS= p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz \
|
2007-04-02 11:53:02 +02:00
|
|
|
${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2002-09-06 10:19:18 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2002-09-06 10:19:18 +02:00
|
|
|
|
2007-04-02 11:53:02 +02:00
|
|
|
.include <bsd.port.mk>
|