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

(-)devel/p5-Test-Most/Makefile (-6 / +6 lines)
Lines 1-12 Link Here
1
# $FreeBSD: head/devel/p5-Test-Most/Makefile 474242 2018-07-09 08:40:17Z mat $
1
# $FreeBSD: head/devel/p5-Test-Most/Makefile 474242 2018-07-09 08:40:17Z mat $
2
2
3
PORTNAME=	Test-Most
3
PORTNAME=	Test-Most
4
PORTVERSION=	0.35
4
PORTVERSION=	0.37
5
CATEGORIES=	devel perl5
5
CATEGORIES=	devel perl5
6
MASTER_SITES=	CPAN
6
MASTER_SITES=	CPAN
7
PKGNAMEPREFIX=	p5-
7
PKGNAMEPREFIX=	p5-
8
8
9
MAINTAINER=	kuriyama@FreeBSD.org
9
MAINTAINER=	svysh.fbsd@gmail.com
10
COMMENT=	Perl extension for most commonly needed test functions and features
10
COMMENT=	Perl extension for most commonly needed test functions and features
11
11
12
LICENSE=	ART10 GPLv1+
12
LICENSE=	ART10 GPLv1+
Lines 15-24 Link Here
15
15
16
BUILD_DEPENDS=	${RUN_DEPENDS}
16
BUILD_DEPENDS=	${RUN_DEPENDS}
17
RUN_DEPENDS=	p5-Exception-Class>=1.14:devel/p5-Exception-Class \
17
RUN_DEPENDS=	p5-Exception-Class>=1.14:devel/p5-Exception-Class \
18
				p5-Test-Deep>=0.106:devel/p5-Test-Deep \
18
		p5-Test-Deep>=0.106:devel/p5-Test-Deep \
19
				p5-Test-Differences>=0.61:devel/p5-Test-Differences \
19
		p5-Test-Differences>=0.61:devel/p5-Test-Differences \
20
				p5-Test-Exception>=0.31:devel/p5-Test-Exception \
20
		p5-Test-Exception>=0.31:devel/p5-Test-Exception \
21
				p5-Test-Warn>=0.23:devel/p5-Test-Warn
21
		p5-Test-Warn>=0.23:devel/p5-Test-Warn
22
22
23
USES=		perl5
23
USES=		perl5
24
USE_PERL5=	configure
24
USE_PERL5=	configure
(-)devel/p5-Test-Most/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1526736944
1
TIMESTAMP = 1590000232
2
SHA256 (Test-Most-0.35.tar.gz) = 9897a6f4d751598d2ed1047e01c1554b01d0f8c96c45e7e845229782bf6f657f
2
SHA256 (Test-Most-0.37.tar.gz) = 533370141eb9f18cf4ac380f6ded2ab57802a6e184008a80fd2304bfcc474fc7
3
SIZE (Test-Most-0.35.tar.gz) = 16074
3
SIZE (Test-Most-0.37.tar.gz) = 16544

Return to bug 246610