freebsd-ports/databases/p5-DBD-Mock/Makefile
Felippe de Meirelles Motta b220c4df90 - Fix typo in BUILD_DEPENDS
Reported by:	pav
Feature safe:	yes
2012-04-09 18:41:26 +00:00

27 lines
629 B
Makefile

# New ports collection makefile for: DBD::Mock
# Date created: 02 December 2005
# Whom: Espen Tagestad <espen@tagestad.no>
#
# $FreeBSD$
#
PORTNAME= DBD-Mock
PORTVERSION= 1.43
PORTREVISION= 1
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 \
p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-Simple>=0.47:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= DBD::Mock.3
.include <bsd.port.mk>