summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Mock/Makefile
blob: 1cb0b44ccaf0a93e00a4ac6e68e38409faa30948 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:	DBD::Mock
# Date created:				02 December 2005
# Whom:					Espen Tagestad <espen@tagestad.no>
#
# $FreeBSD$
#

PORTNAME=	DBD-Mock
PORTVERSION=	1.41
CATEGORIES=	databases perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	lippe@FreeBSD.org
COMMENT=	Simple mock DBD implementation used for testing

BUILD_DEPENDS=	p5-DBI>=1.3:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		DBD::Mock.3

.include <bsd.port.mk>