diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-01-24 18:09:33 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-01-24 18:09:33 +0000 |
commit | b22a30deb7c7cabf0594a549158b05bd63a3037a (patch) | |
tree | f3d807f9bc1efc05ea38df519decce50965f398c | |
parent | 58812ca6ce2d3306701bb898bd68ba308ebbe15c (diff) | |
download | ports-b22a30deb7c7cabf0594a549158b05bd63a3037a.tar.gz ports-b22a30deb7c7cabf0594a549158b05bd63a3037a.zip |
Notes
-rw-r--r-- | math/p5-Graph/Makefile | 8 |
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> |