aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2005-01-24 18:09:33 +0000
committerAnton Berezin <tobez@FreeBSD.org>2005-01-24 18:09:33 +0000
commitb22a30deb7c7cabf0594a549158b05bd63a3037a (patch)
treef3d807f9bc1efc05ea38df519decce50965f398c
parent58812ca6ce2d3306701bb898bd68ba308ebbe15c (diff)
downloadports-b22a30deb7c7cabf0594a549158b05bd63a3037a.tar.gz
ports-b22a30deb7c7cabf0594a549158b05bd63a3037a.zip
Notes
-rw-r--r--math/p5-Graph/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/p5-Graph/Makefile b/math/p5-Graph/Makefile
index 694f3309cd92..b3197db05944 100644
--- a/math/p5-Graph/Makefile
+++ b/math/p5-Graph/Makefile
@@ -35,4 +35,10 @@ MAN3= Graph.3 \
Graph::Traversal::DFS.3 \
Graph::UnionFind.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500601
+IGNORE= This port requires perl 5.6.x or later version
+.endif
+
+.include <bsd.port.post.mk>