2005-12-08 10:37:38 +01:00
|
|
|
# New ports collection makefile for: DBD::Mock
|
|
|
|
# Date created: 02 December 2005
|
|
|
|
# Whom: Espen Tagestad <espen@tagestad.no>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= DBD-Mock
|
2008-11-28 03:32:01 +01:00
|
|
|
PORTVERSION= 1.39
|
2005-12-08 10:37:38 +01:00
|
|
|
CATEGORIES= databases perl5
|
2008-03-16 17:30:26 +01:00
|
|
|
MASTER_SITES= CPAN
|
2005-12-08 10:37:38 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-09-05 04:36:44 +02:00
|
|
|
MAINTAINER= lippe@FreeBSD.org
|
2005-12-08 10:37:38 +01:00
|
|
|
COMMENT= Simple mock DBD implementation used for testing
|
|
|
|
|
2008-03-16 17:30:26 +01:00
|
|
|
BUILD_DEPENDS= p5-DBI>=1.3:${PORTSDIR}/databases/p5-DBI
|
2005-12-08 10:37:38 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.6+
|
2005-12-08 10:37:38 +01:00
|
|
|
|
|
|
|
MAN3= DBD::Mock.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|