diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-12-30 03:02:09 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-12-30 03:02:09 +0000 |
commit | 9a6f984e5a746b1d7d890a7f809ee28e8d3df637 (patch) | |
tree | 8523047fdbc3fa8a4674060e60bfb42ff0ce8eb5 /security | |
parent | b6958cdfc96bb344b98b72ff8ddb28c3ddf4f317 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-DES/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile index e73fc0ab709a..2a2803b73f64 100644 --- a/security/p5-Crypt-DES/Makefile +++ b/security/p5-Crypt-DES/Makefile @@ -22,10 +22,4 @@ PERL_CONFIGURE= yes MAN3= Crypt::DES.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= requires perl 5.6.x or later. Install lang/perl5 or lang/perl5.8 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |