aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBM-Deep/Makefile
blob: 2db94f014ec74d76ecd8afd91a77ac477e05b9ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    p5-DBM-Deep
# Date created:     09 August 2004
# Whom:             Janos.Mohacsi@bsd.hu
#
# $FreeBSD$
#

PORTNAME=   DBM-Deep
PORTVERSION=    0.96
CATEGORIES= databases perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBM
PKGNAMEPREFIX=  p5-

MAINTAINER= janos.mohacsi@bsd.hu
COMMENT=    A pure perl persistent multi-level hash/array DBM

MAN3=       DBM::Deep.3

PERL_CONFIGURE= yes

.include <bsd.port.pre.mk>

.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 <bsd.port.post.mk>