aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Algorithm-Evolutionary
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-12-15 10:52:49 +0800
committerijliao <ijliao@FreeBSD.org>2003-12-15 10:52:49 +0800
commitd29d6d9d57c1e7c7151fa9e765ec3d3db4d2b298 (patch)
treeaa1ad3987bcadb170806c12243359cb1181a18d6 /devel/p5-Algorithm-Evolutionary
parent45938382f520efcdbbf2110b644b8a09730a283f (diff)
downloadfreebsd-ports-graphics-d29d6d9d57c1e7c7151fa9e765ec3d3db4d2b298.tar.gz
freebsd-ports-graphics-d29d6d9d57c1e7c7151fa9e765ec3d3db4d2b298.tar.zst
freebsd-ports-graphics-d29d6d9d57c1e7c7151fa9e765ec3d3db4d2b298.zip
requires perl > 5.6.1
Diffstat (limited to 'devel/p5-Algorithm-Evolutionary')
-rw-r--r--devel/p5-Algorithm-Evolutionary/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Algorithm-Evolutionary/Makefile b/devel/p5-Algorithm-Evolutionary/Makefile
index fd67e6cc11f..e7733e0a532 100644
--- a/devel/p5-Algorithm-Evolutionary/Makefile
+++ b/devel/p5-Algorithm-Evolutionary/Makefile
@@ -60,4 +60,10 @@ MAN3= Algorithm::Evolutionary.3 \
Algorithm::Evolutionary::Wheel.3 \
Algorithm::Evolutionary::XML.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500601
+IGNORE= Port requires perl 5.6.1 or later. Install lang/perl5 then try again
+.endif
+
+.include <bsd.port.post.mk>