aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Requires/Makefile
blob: 015b50c4372f1f7a156e4e85ff7916e428ae70f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	Test::Requires
# Date created:		08 Sep 2009
# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Test-Requires
PORTVERSION=	0.06
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Perl extension for checking to see if the module can be loaded

PERL_CONFIGURE=	yes

MAN3=	Test::Requires.3

.include <bsd.port.mk>