aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Simple/Makefile
blob: dfa789bf02984c4f262912ef59401f71a06e5b1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Shell Hung <shell@shellhung.org>
# $FreeBSD$

PORTNAME=	Test-Simple
PORTVERSION=	0.98
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:MSCHWERN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Basic utilities for writing tests in perl

USES=		perl5
USE_PERL5=	configure

MAN3=		Test::Builder.3 Test::More.3 Test::Simple.3 Test::Tutorial.3 \
		Test::Builder::Module.3 Test::Builder::Tester.3 \
		Test::Builder::Tester::Color.3 Test::Builder::IO::Scalar.3

.include <bsd.port.mk>