diff options
Diffstat (limited to 'devel/p5-IO-Toolkit')
-rw-r--r-- | devel/p5-IO-Toolkit/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/p5-IO-Toolkit/Makefile b/devel/p5-IO-Toolkit/Makefile index 76d8d4ce0106..c818099b930b 100644 --- a/devel/p5-IO-Toolkit/Makefile +++ b/devel/p5-IO-Toolkit/Makefile @@ -23,11 +23,4 @@ PERL_CONFIGURE= yes MAN3= IO::Toolkit.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500703 -RUN_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5 -BUILD_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |