aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-CPAN-YACSmoke/Makefile
blob: 3d261f21a0c05058689dca6099aed265f64fc369 (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
28
29
30
31
32
33
34
35
36
37
38
# New ports collection makefile for:	devel/p5-CPAN-YACSmoke
# Date created:				3 March 2005
# Whom:					Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	CPAN-YACSmoke
PORTVERSION=	0.03
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	../../authors/id/R/RR/RRWO
PKGNAMEPREFIX=	p5-

MAINTAINER=	leeym@FreeBSD.org
COMMENT=	Yet Another CPAN Smoke Tester

BUILD_DEPENDS=	${SITE_PERL}/CPANPLUS.pm:${PORTSDIR}/devel/p5-CPANPLUS \
		${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable \
		${SITE_PERL}/Test/Reporter.pm:${PORTSDIR}/devel/p5-Test-Reporter \
		${SITE_PERL}/Sort/Versions.pm:${PORTSDIR}/devel/p5-Sort-Versions \
		${SITE_PERL}/Regexp/Assemble.pm:${PORTSDIR}/devel/p5-Regexp-Assemble \
		${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		CPAN::YACSmoke.3 \
		CPAN::YACSmoke::Plugin::SmokeDB.3 \
		CPAN::YACSmoke::Plugin::Recent.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500601
IGNORE=	"Needs perl 5.6.1 or higher, install lang/perl5 or lang/perl5.8 and try again"
.endif

.include <bsd.port.post.mk>