aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-GD-Graph/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2006-06-14 11:24:32 +0000
committerMathieu Arnold <mat@FreeBSD.org>2006-06-14 11:24:32 +0000
commitc7e5ec09a887f94e485335886b4a30ec55f3fa86 (patch)
treef07a39474676f22df7a531cd13e16485f875e07a /graphics/p5-GD-Graph/Makefile
parent1499302cc0a896f9d80567d300f79a4086eec4af (diff)
downloadports-c7e5ec09a887f94e485335886b4a30ec55f3fa86.tar.gz
ports-c7e5ec09a887f94e485335886b4a30ec55f3fa86.zip
Update to 1.43.08
Depend on perl 5.8 because p5-GD does PR: 98719 Submitted by: Larry Rosenman <ler@lerctr.org>
Notes
Notes: svn path=/head/; revision=165394
Diffstat (limited to 'graphics/p5-GD-Graph/Makefile')
-rw-r--r--graphics/p5-GD-Graph/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/graphics/p5-GD-Graph/Makefile b/graphics/p5-GD-Graph/Makefile
index 0bacd613c477..74cedd8a9741 100644
--- a/graphics/p5-GD-Graph/Makefile
+++ b/graphics/p5-GD-Graph/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= GD-Graph
-PORTVERSION= 1.43.07
+PORTVERSION= 1.43.08
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Test/BWARFIELD
@@ -32,4 +32,10 @@ MAN3= GD::Graph.3 \
post-patch:
@${FIND} ${WRKSRC} -name "*.orig" -print0 | ${XARGS} -0 ${RM} -f
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again
+.endif
+
+.include <bsd.port.post.mk>