aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-CPAN-YACSmoke/Makefile
blob: 56f69f4cecb8bd41fa3258810d9faf91189c2836 (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
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$

PORTNAME=	CPAN-YACSmoke
PORTVERSION=	0.03
PORTREVISION=	2
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

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

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Config-IniFiles>=0:devel/p5-Config-IniFiles \
		p5-File-HomeDir>=0.06:devel/p5-File-HomeDir \
		p5-Regexp-Assemble>=0.06:devel/p5-Regexp-Assemble \
		p5-Sort-Versions>=1.5:devel/p5-Sort-Versions \
		p5-Test-Reporter>=1.25:devel/p5-Test-Reporter \
		p5-URI>=0:net/p5-URI \
		p5-libwww>=0:www/p5-libwww

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>