aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Timer/Makefile
blob: befee05dea1949e6731a24f690757278eb17ff34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Test-Timer
PORTVERSION=	0.05
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN

MAINTAINER=	swills@FreeBSD.org
COMMENT=	A test module to test/assert response times

BUILD_DEPENDS=	p5-Error>=0:${PORTSDIR}/lang/p5-Error
RUN_DEPENDS=	p5-Error>=0:${PORTSDIR}/lang/p5-Error

TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
		p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester

PKGNAMEPREFIX=	p5-

USES=		perl5
USE_PERL5=	configure

MAN3=	Test::Timer.3 Test::Timer::TimeoutException.3

NO_STAGE=	yes
.include <bsd.port.mk>