aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-MLDBM-Sync/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-29 03:20:02 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-29 03:20:02 +0000
commit89fd94df674f7260b713333be5273b7d6133574c (patch)
tree1c53b2de1d6ba9fda55cc5a9cb44fe7d48a014b1 /databases/p5-MLDBM-Sync/Makefile
parent2fd93baea0c3d87f8f58ecc755953a6288888aa2 (diff)
downloadports-89fd94df674f7260b713333be5273b7d6133574c.tar.gz
ports-89fd94df674f7260b713333be5273b7d6133574c.zip
Notes
Diffstat (limited to 'databases/p5-MLDBM-Sync/Makefile')
-rw-r--r--databases/p5-MLDBM-Sync/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/databases/p5-MLDBM-Sync/Makefile b/databases/p5-MLDBM-Sync/Makefile
index c2e3df3e91a1..7b4ff2605c1b 100644
--- a/databases/p5-MLDBM-Sync/Makefile
+++ b/databases/p5-MLDBM-Sync/Makefile
@@ -23,4 +23,11 @@ PERL_CONFIGURE= yes
MAN3= MLDBM::Sync.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
+RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
+.endif
+
+.include <bsd.port.post.mk>