2019-07-12 20:44:34 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:10 sthen Exp $
|
2014-03-16 22:33:44 +00:00
|
|
|
|
|
|
|
COMMENT = most commonly needed test functions and features
|
2017-01-27 22:14:33 +00:00
|
|
|
DISTNAME = Test-Most-0.35
|
2014-03-16 22:33:44 +00:00
|
|
|
CATEGORIES = devel
|
2014-11-10 01:29:16 +00:00
|
|
|
MODULES = cpan
|
2016-03-20 19:56:05 +00:00
|
|
|
PKG_ARCH = *
|
2014-03-16 22:33:44 +00:00
|
|
|
|
2014-11-01 19:59:16 +00:00
|
|
|
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
|
2014-03-16 22:33:44 +00:00
|
|
|
|
|
|
|
# perl_5
|
2019-07-12 20:44:34 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2014-03-16 22:33:44 +00:00
|
|
|
|
2014-11-10 01:29:16 +00:00
|
|
|
RUN_DEPENDS = devel/p5-Exception-Class>=1.14 \
|
2017-01-27 22:14:33 +00:00
|
|
|
devel/p5-Test-Deep>=0.119 \
|
|
|
|
devel/p5-Test-Differences>=0.64 \
|
|
|
|
devel/p5-Test-Exception>=0.43 \
|
|
|
|
devel/p5-Test-Warn>=0.30
|
2014-03-16 22:33:44 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|