diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-29 03:20:02 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-29 03:20:02 +0000 |
commit | 89fd94df674f7260b713333be5273b7d6133574c (patch) | |
tree | 1c53b2de1d6ba9fda55cc5a9cb44fe7d48a014b1 /databases/p5-MLDBM-Sync | |
parent | 2fd93baea0c3d87f8f58ecc755953a6288888aa2 (diff) | |
download | ports-89fd94df674f7260b713333be5273b7d6133574c.tar.gz ports-89fd94df674f7260b713333be5273b7d6133574c.zip |
Notes
Diffstat (limited to 'databases/p5-MLDBM-Sync')
-rw-r--r-- | databases/p5-MLDBM-Sync/Makefile | 9 |
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> |