# New ports collection makefile for: p5-MLDBM-Sync # Date created: May 29th, 2002 # Whom: erwin@FreeBSD.org # # $FreeBSD: ports/databases/p5-MLDBM-Sync/Makefile,v 1.7 2003/10/24 12:01:25 ijliao Exp $ # PORTNAME= MLDBM-Sync PORTVERSION= 0.30 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= MLDBM PKGNAMEPREFIX= p5- MAINTAINER= erwin@FreeBSD.org COMMENT= MLDBM::Sync - safe concurrent access to MLDBM databases BUILD_DEPENDS= ${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= MLDBM::Sync.3 .include .if ${PERL_LEVEL} < 500800 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