- Update to 2.08
This commit is contained in:
parent
7091176364
commit
9b1881f64e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284827
2 changed files with 13 additions and 5 deletions
|
@ -6,21 +6,24 @@
|
|||
#
|
||||
|
||||
PORTNAME= GraphViz
|
||||
PORTVERSION= 2.04
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 2.08
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= GraphViz - Perl interface to the GraphViz graphing tool
|
||||
|
||||
BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz
|
||||
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 \
|
||||
|
@ -34,4 +37,9 @@ MAN3= Devel::GraphVizProf.3 \
|
|||
GraphViz::Small.3 \
|
||||
GraphViz::XML.3
|
||||
|
||||
.if defined(MAINTAINER_MODE)
|
||||
regression-test: build
|
||||
cd ${WRKSRC} && ${MAKE} test
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (GraphViz-2.04.tar.gz) = ad0b63af14224968a6cd2abeecebb856235fcf2105dba366e269dd449a54b7bf
|
||||
SIZE (GraphViz-2.04.tar.gz) = 84690
|
||||
SHA256 (GraphViz-2.08.tgz) = e38ab6c63df018ffe16066dab96d06d3868485594ce3c3afba60ad16131106df
|
||||
SIZE (GraphViz-2.08.tgz) = 115835
|
||||
|
|
Loading…
Reference in a new issue