From 628b215647a7f7c1e3232ad55bb67fd7cbdb9f14 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Thu, 20 Feb 2003 16:33:26 +0000 Subject: Conditionalise several dependencies on PERL_LEVEL to make those ports more friendly for perl-5.8.0, which has those dependencies included into the base distribution. Sponsired by: Porta Software Ltd --- security/p5-Digest-HMAC/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'security/p5-Digest-HMAC') diff --git a/security/p5-Digest-HMAC/Makefile b/security/p5-Digest-HMAC/Makefile index 4d29b50d63bf..931b75a778c0 100644 --- a/security/p5-Digest-HMAC/Makefile +++ b/security/p5-Digest-HMAC/Makefile @@ -14,8 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= nork@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -25,4 +24,10 @@ MAN3= Digest::HMAC.3 \ Digest::HMAC_MD5.3 \ Digest::HMAC_SHA1.3 -.include +.include + +.if ${PERL_LEVEL} < 500800 +BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +.endif + +.include -- cgit v1.2.3