aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Aggregate/Makefile
blob: 1adf773732e7151cb35da99ac71a5e8cd5d09148 (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
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Test-Aggregate
PORTVERSION=	0.364
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Aggregate perl tests for better performance

BUILD_DEPENDS=	p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most \
		p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
RUN_DEPENDS=	p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most \
		p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings

PERL_CONFIGURE=	yes

MAN3=	Test::Aggregate.3 Test::Aggregate::Base.3 \
	Test::Aggregate::Builder.3 Test::Aggregate::Nested.3

.include <bsd.port.mk>