openbsd-ports/devel/p5-Test-Most/Makefile
2014-11-10 01:29:16 +00:00

20 lines
466 B
Makefile

# $OpenBSD: Makefile,v 1.3 2014/11/10 01:29:16 afresh1 Exp $
COMMENT = most commonly needed test functions and features
DISTNAME = Test-Most-0.34
CATEGORIES = devel
MODULES = cpan
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
# perl_5
PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS = devel/p5-Exception-Class>=1.14 \
devel/p5-Test-Deep>=0.106 \
devel/p5-Test-Differences>=0.61 \
devel/p5-Test-Exception>=0.31 \
devel/p5-Test-Warn>=0.23
.include <bsd.port.mk>