aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-use-ok/Makefile
blob: 5e5d9ad11fa4aca8f659e1e54926cf443b1b31d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	devel/p5-Test-use-ok
# Date created:				26 Mar 2006
# Whom:					Lars Balker Rasmussen <lbr@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Test-use-ok
PORTVERSION=	0.02
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Test
PKGNAMEPREFIX=	p5-

MAINTAINER=	lbr@FreeBSD.org
COMMENT=	Alternative to Test::More::use_ok

PERL_CONFIGURE=	yes

MAN3=	Test::use::ok.3 ok.3

.include <bsd.port.mk>