diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-08 12:41:47 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-08 12:41:47 +0000 |
commit | 5b529f66273d9108d8684aa01e657e5c89049026 (patch) | |
tree | 671b84bd9c4b210b0da653f2fd084cd7690ac7d8 /devel | |
parent | 756a822d0dfa0a0aae434483e1d3183ae5c165ad (diff) | |
download | ports-5b529f66273d9108d8684aa01e657e5c89049026.tar.gz ports-5b529f66273d9108d8684aa01e657e5c89049026.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Encode-compat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Encode-compat/Makefile b/devel/p5-Encode-compat/Makefile index 26efca32038c..506209af81e0 100644 --- a/devel/p5-Encode-compat/Makefile +++ b/devel/p5-Encode-compat/Makefile @@ -24,8 +24,8 @@ MAN3= Encode::compat.3 Encode::compat::Alias.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} != 500601 -IGNORE= This module only support perl 5.6.1 +.if ${PERL_LEVEL} < 500601 +IGNORE= This program only support perl 5.6.1 or above .endif .include <bsd.port.post.mk> |