# New ports collection makefile for:	devel/p5-Test-Assertions
# Date created:				27 May 2007
# Whom:					Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD: ports/devel/p5-Test-Assertions/Makefile,v 1.1 2007/05/27 13:36:49 lth Exp $
#

PORTNAME=	Test-Assertions
PORTVERSION=	1.054
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	Test
PKGNAMEPREFIX=	p5-

MAINTAINER=	lth@FreeBSD.org
COMMENT=	A simple set of building blocks for both unit and runtime testing

RUN_DEPENDS=	p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace
BUILD_DEPENDS=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	Test::Assertions.3 \
	Test::Assertions::Manual.3 \
	Test::Assertions::TestScript.3

.include <bsd.port.mk>
