aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2005-01-25 02:09:33 +0800
committertobez <tobez@FreeBSD.org>2005-01-25 02:09:33 +0800
commit0a73c6adf735d1583895692bc086b148f8ff3774 (patch)
treed67946feec3118ae535b3ac7157b71813e5bc34f /math
parentb62d603d86ae2eda1c0cdc13ef12946cb8b4dbd5 (diff)
downloadfreebsd-ports-gnome-0a73c6adf735d1583895692bc086b148f8ff3774.tar.gz
freebsd-ports-gnome-0a73c6adf735d1583895692bc086b148f8ff3774.tar.zst
freebsd-ports-gnome-0a73c6adf735d1583895692bc086b148f8ff3774.zip
This ports needs weak references, which are only available in perl
>=5.6. Noticed by: buildcluster via kris
Diffstat (limited to 'math')
-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>