21 lines
357 B
Makefile
21 lines
357 B
Makefile
# $OpenBSD: Makefile,v 1.13 2019/07/12 20:45:08 sthen Exp $
|
|
|
|
COMMENT= data driven test framework
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
DISTNAME= Test-Base-0.89
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Spiffy>=0.40
|
|
|
|
TEST_DEPENDS= devel/p5-Algorithm-Diff>=1.15 \
|
|
devel/p5-Test-Deep \
|
|
textproc/p5-Text-Diff>=0.35
|
|
|
|
.include <bsd.port.mk>
|