# $MidnightBSD: mports/devel/p5-Test-Deep/Makefile,v 1.1 2013/02/19 15:04:59 laffer1 Exp $

PORTNAME=	Test-Deep
PORTVERSION=	0.110
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Test data structures for differences deeply
LICENSE=	perl

BUILD_DEPENDS=	p5-Test-NoWarnings>=0.02:${PORTSDIR}/devel/p5-Test-NoWarnings \
		p5-Test-Tester>=0.04:${PORTSDIR}/devel/p5-Test-Tester
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes
REINPLACE_ARGS=	-i ''

MAN3=		Test::Deep.3 Test::Deep::NoTest.3

post-patch:
	@${REINPLACE_CMD} -e '/return (/s/;/);/' ${WRKSRC}/lib/Test/Deep/RegexpOnly.pm

.include <bsd.port.mk>
