diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-12-15 02:52:49 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-12-15 02:52:49 +0000 |
commit | 362d89df5419ec22e9ca17581c1a356572fe1054 (patch) | |
tree | 1b2b657084c8549a3b231bb9eb422c6250889354 /devel/p5-Algorithm-Evolutionary | |
parent | bf401f0e81e8fff6dd7f6722819da995ea3cba9f (diff) |
Notes
Diffstat (limited to 'devel/p5-Algorithm-Evolutionary')
-rw-r--r-- | devel/p5-Algorithm-Evolutionary/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Algorithm-Evolutionary/Makefile b/devel/p5-Algorithm-Evolutionary/Makefile index fd67e6cc11ff..e7733e0a532a 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> |