aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-Template
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2004-06-27 23:25:37 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2004-06-27 23:25:37 +0000
commitb143f87b6b562026c69a5a61efa6e4b012cca7bf (patch)
tree2e16eab1a522503b092b76b81bbb6424f169fe33 /www/p5-HTML-Template
parent9976897e4fec6392027ba6bfbfbd33a6dd894823 (diff)
downloadports-b143f87b6b562026c69a5a61efa6e4b012cca7bf.tar.gz
ports-b143f87b6b562026c69a5a61efa6e4b012cca7bf.zip
Notes
Diffstat (limited to 'www/p5-HTML-Template')
-rw-r--r--www/p5-HTML-Template/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/p5-HTML-Template/Makefile b/www/p5-HTML-Template/Makefile
index 760fa06ec94a..4d63a202e1c3 100644
--- a/www/p5-HTML-Template/Makefile
+++ b/www/p5-HTML-Template/Makefile
@@ -28,5 +28,9 @@ post-patch:
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
.endif
+.if ${PERL_LEVEL} < 500800 && !exists(${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm)
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
+.endif
.include <bsd.port.post.mk>