View | Details | Raw Unified | Return to bug 224021
Collapse All | Expand All

(-)devel/p5-Test-Most/Makefile (-8 / +10 lines)
Lines 1-8 Link Here
1
# $FreeBSD: head/devel/p5-Test-Most/Makefile 412346 2016-04-01 14:00:51Z mat $
1
# $FreeBSD: head/devel/p5-Test-Most/Makefile 412346 2016-04-01 14:00:51Z mat $
2
2
3
PORTNAME=	Test-Most
3
PORTNAME=	Test-Most
4
PORTVERSION=	0.34
4
PORTVERSION=	0.35
5
PORTREVISION=	1
6
CATEGORIES=	devel perl5
5
CATEGORIES=	devel perl5
7
MASTER_SITES=	CPAN
6
MASTER_SITES=	CPAN
8
PKGNAMEPREFIX=	p5-
7
PKGNAMEPREFIX=	p5-
Lines 10-21 Link Here
10
MAINTAINER=	kuriyama@FreeBSD.org
9
MAINTAINER=	kuriyama@FreeBSD.org
11
COMMENT=	Perl extension for most commonly needed test functions and features
10
COMMENT=	Perl extension for most commonly needed test functions and features
12
11
13
RUN_DEPENDS=	\
12
LICENSE=	ART10 GPLv1+
14
	p5-Exception-Class>=1.14:devel/p5-Exception-Class \
13
LICENSE_COMB=	dual
15
	p5-Test-Deep>=0.106:devel/p5-Test-Deep \
14
LICENSE_FILE=	${WRKSRC}/README
16
	p5-Test-Differences>=0.61:devel/p5-Test-Differences \
15
17
	p5-Test-Exception>=0.31:devel/p5-Test-Exception \
16
RUN_DEPENDS=	p5-Exception-Class>=1.14:devel/p5-Exception-Class \
18
	p5-Test-Warn>=0.23:devel/p5-Test-Warn
17
		p5-Test-Deep>=0.119:devel/p5-Test-Deep \
18
		p5-Test-Differences>=0.64:devel/p5-Test-Differences \
19
		p5-Test-Exception>=0.43:devel/p5-Test-Exception \
20
		p5-Test-Warn>=0.30:devel/p5-Test-Warn
19
BUILD_DEPENDS:=	${RUN_DEPENDS}
21
BUILD_DEPENDS:=	${RUN_DEPENDS}
20
22
21
USES=		perl5
23
USES=		perl5
(-)devel/p5-Test-Most/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (Test-Most-0.34.tar.gz) = c2820c8de65f5fa59f218ac2be9be98b22cc1bb1a1f371e04375aa3b6054e244
1
TIMESTAMP = 1512141754
2
SIZE (Test-Most-0.34.tar.gz) = 15919
2
SHA256 (Test-Most-0.35.tar.gz) = 9897a6f4d751598d2ed1047e01c1554b01d0f8c96c45e7e845229782bf6f657f
3
SIZE (Test-Most-0.35.tar.gz) = 16074

Return to bug 224021