2002-05-29 20:02:47 +02:00
|
|
|
# New ports collection makefile for: p5-MLDBM-Sync
|
|
|
|
# Date created: May 29th, 2002
|
2003-06-12 18:41:16 +02:00
|
|
|
# Whom: erwin@FreeBSD.org
|
2002-05-29 20:02:47 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= MLDBM-Sync
|
2002-07-03 11:02:42 +02:00
|
|
|
PORTVERSION= 0.30
|
2002-05-29 20:02:47 +02:00
|
|
|
CATEGORIES= databases perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= MLDBM
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2003-06-12 18:41:16 +02:00
|
|
|
MAINTAINER= erwin@FreeBSD.org
|
2003-02-21 12:15:57 +01:00
|
|
|
COMMENT= MLDBM::Sync - safe concurrent access to MLDBM databases
|
2002-05-29 20:02:47 +02:00
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM
|
2002-05-29 20:02:47 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= MLDBM::Sync.3
|
|
|
|
|
2003-04-29 05:20:02 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
2003-10-24 14:05:09 +02:00
|
|
|
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
|
2003-04-29 05:20:02 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|