aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBD-RAM/Makefile
blob: d7975902d70cade917f76d4c37889857b19e8131 (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
30
# New ports collection makefile for:    p5-DBD-RAM
# Date created:             Nov 15 2003
# Whom:                     vanilla
#
# $FreeBSD$
#

PORTNAME=   DBD-RAM
PORTVERSION=    0.072
PORTREVISION=   0
CATEGORIES= databases perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
PKGNAMEPREFIX=  p5-

MAINTAINER= ports@FreeBSD.org
COMMENT=    DBI driver for files and data structures

BUILD_DEPENDS=  ${SITE_PERL}/DBD/File.pm:${PORTSDIR}/databases/p5-DBD-File \
        ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS=    ${BUILD_DEPENDS}

DEPRECATED= Only works on 4.x
EXPIRATION_DATE=    2007-07-30

PERL_CONFIGURE= yes

MAN3=       DBD::RAM.3

.include <bsd.port.mk>