freebsd-ports/databases/p5-DBD-Mock/Makefile
Sunpoet Po-Chuan Hsieh 00ca886ed4 - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by:	az
With hat:	perl
2011-09-17 07:06:45 +00:00

24 lines
490 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.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>