diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-06 06:48:45 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-06 06:48:45 +0000 |
commit | e7babf915317e77ffd1ab391345d28228ba531a0 (patch) | |
tree | bdf93f7baa785cef871ffc88e3b56d970297fd81 /security/p5-Crypt-CipherSaber/Makefile | |
parent | 09a9e7b069a527125d909242b7d73e6dc3949808 (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-CipherSaber/Makefile')
-rw-r--r-- | security/p5-Crypt-CipherSaber/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/p5-Crypt-CipherSaber/Makefile b/security/p5-Crypt-CipherSaber/Makefile index 630dabaa16d8..29595443451a 100644 --- a/security/p5-Crypt-CipherSaber/Makefile +++ b/security/p5-Crypt-CipherSaber/Makefile @@ -21,10 +21,4 @@ PERL_CONFIGURE= yes MAN3= Crypt::CipherSaber.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or higher. Please install lang/perl5.8 and try again. -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |