diff options
Diffstat (limited to 'security/p5-Crypt-Simple/Makefile')
-rw-r--r-- | security/p5-Crypt-Simple/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/security/p5-Crypt-Simple/Makefile b/security/p5-Crypt-Simple/Makefile index e409e9dbe8f4..be93f32bd2e8 100644 --- a/security/p5-Crypt-Simple/Makefile +++ b/security/p5-Crypt-Simple/Makefile @@ -24,14 +24,4 @@ PERL_CONFIGURE= yes MAN3= Crypt::Simple.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500703 -RUN_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5 -.endif - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |