1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

add missing dependency to p5-MLDBM-Sync

Add missing dependency on Digest::MD5
	Noticed by: Juha Erkkila <erkkila@cc.jyu.fi>

PR:		ports/51339
Submitted by:	Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
Edwin Groothuis 2003-04-29 03:20:02 +00:00
parent 2fd93baea0
commit 89fd94df67
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79830

View File

@ -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>