diff options
Diffstat (limited to 'security/p5-MD5/Makefile')
-rw-r--r-- | security/p5-MD5/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile index 968f3aa604c6..dba75d05bda3 100644 --- a/security/p5-MD5/Makefile +++ b/security/p5-MD5/Makefile @@ -19,10 +19,4 @@ PERL_CONFIGURE= yes MAN3= MD5.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |