# New ports collection makefile for:    p5-Test-Deep
# Date created:				May 12th 2004
# Whom:	      				Alex Kapranoff <alex@kapranoff.ru>
#
# $FreeBSD: ports/devel/p5-Test-Deep/Makefile,v 1.9 2007/12/20 10:23:03 az Exp $
#

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

MAINTAINER=	az@FreeBSD.org
COMMENT=	Test data structures for differences deeply

BUILD_DEPENDS=	${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings \
		${SITE_PERL}/Test/Tester.pm:${PORTSDIR}/devel/p5-Test-Tester
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500703
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif

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

.include <bsd.port.post.mk>

