aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-GraphViz2/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-01-12 03:52:28 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-01-12 03:52:28 +0000
commitec9a10c7c953348ea20c4f7f86e38b4b11970c73 (patch)
treeb6acba26f0f82fa9c37c06c70d4f0a06277e422f /graphics/p5-GraphViz2/Makefile
parent8a470e817b8233ac1867ab8f04240b6fc9458e7f (diff)
downloadports-ec9a10c7c953348ea20c4f7f86e38b4b11970c73.tar.gz
ports-ec9a10c7c953348ea20c4f7f86e38b4b11970c73.zip
- Update to 2.25
- Fix shebang - Use PORTEXAMPLES Changes: http://search.cpan.org/dist/GraphViz2/Changes
Notes
Notes: svn path=/head/; revision=339475
Diffstat (limited to 'graphics/p5-GraphViz2/Makefile')
-rw-r--r--graphics/p5-GraphViz2/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/graphics/p5-GraphViz2/Makefile b/graphics/p5-GraphViz2/Makefile
index 723c365e25b1..955cdde53606 100644
--- a/graphics/p5-GraphViz2/Makefile
+++ b/graphics/p5-GraphViz2/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= GraphViz2
-PORTVERSION= 2.24
+PORTVERSION= 2.25
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RSAVAGE
@@ -42,12 +42,17 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz \
p5-XML-Tiny>=2.06:${PORTSDIR}/textproc/p5-XML-Tiny \
p5-parent>=0.225:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS:= ${BUILD_DEPENDS}
-TEST_DEPENDS= p5-Test-Pod>=1.45:${PORTSDIR}/devel/p5-Test-Pod
+TEST_DEPENDS= p5-Test-Pod>=1.45:${PORTSDIR}/devel/p5-Test-Pod \
+ p5-Test-Version>=0:${PORTSDIR}/devel/p5-Test-Version
OPTIONS_DEFINE= EXAMPLES
USE_PERL5= 5.14.2+ configure
-USES= perl5
+USES= perl5 shebangfix
+
+PORTEXAMPLES= *
+
+SHEBANG_FILES= scripts/generate.png.sh scripts/generate.svg.sh scripts/pod2html.sh
.include <bsd.port.options.mk>