diff options
Diffstat (limited to 'security/p5-Crypt-DES')
-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> |