diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-13 19:13:21 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-13 19:13:21 +0000 |
commit | 27784da93cacab364c7a6350d7c111b443d24ef1 (patch) | |
tree | d03fa4251eb1a19ba031debb87b99c7511ae1be7 /graphics/p5-GraphViz | |
parent | 4e069d50613e159198d05d3b56d2822d820a27dd (diff) |
Notes
Diffstat (limited to 'graphics/p5-GraphViz')
-rw-r--r-- | graphics/p5-GraphViz/Makefile | 13 | ||||
-rw-r--r-- | graphics/p5-GraphViz/distinfo | 4 |
2 files changed, 13 insertions, 4 deletions
diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile index 64f6620155c8..8746e82e222d 100644 --- a/graphics/p5-GraphViz/Makefile +++ b/graphics/p5-GraphViz/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GraphViz -PORTVERSION= 2.18 +PORTVERSION= 2.19 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,15 +11,24 @@ MAINTAINER= perl@FreeBSD.org COMMENT= GraphViz - Perl interface to the GraphViz graphing tool LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ + p5-File-Which>=1.09:${PORTSDIR}/sysutils/p5-File-Which \ p5-IPC-Run>=0.60:${PORTSDIR}/devel/p5-IPC-Run \ p5-Parse-RecDescent>=1.965.001:${PORTSDIR}/devel/p5-Parse-RecDescent \ p5-XML-Twig>=3.38:${PORTSDIR}/textproc/p5-XML-Twig RUN_DEPENDS:= ${BUILD_DEPENDS} BUILD_DEPENDS+= p5-File-Which>=1.09:${PORTSDIR}/sysutils/p5-File-Which +NO_ARCH= yes USES= perl5 tar:tgz USE_PERL5= configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 502200 +TEST_DEPENDS+= p5-Test-Simple>=1.001014:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/graphics/p5-GraphViz/distinfo b/graphics/p5-GraphViz/distinfo index e719c699fd02..d4ae4a0ca59b 100644 --- a/graphics/p5-GraphViz/distinfo +++ b/graphics/p5-GraphViz/distinfo @@ -1,2 +1,2 @@ -SHA256 (GraphViz-2.18.tgz) = 305d012a43e9522d5f91b63a52e926061ba372431735ede95ce7712f486baffd -SIZE (GraphViz-2.18.tgz) = 115211 +SHA256 (GraphViz-2.19.tgz) = 27c7761d18ca739a5e35b9e55135b1f3c6f399a474116216037405826d781ce3 +SIZE (GraphViz-2.19.tgz) = 86529 |