OK benoit@ Comment: easy, automatic, specification-based tests Description: This module provides a simple (yet full featured) interface to LectroTest, an automated, specification-based testing system for Perl. To use it, declare properties that specify the expected behavior of your software. LectroTest then checks your software to see whether those properties hold.
21 lines
392 B
Makefile
21 lines
392 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2017/01/03 13:05:01 bluhm Exp $
|
|
|
|
COMMENT = easy, automatic, specification-based tests
|
|
|
|
DISTNAME = Test-LectroTest-0.5001
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
TEST_DEPENDS = devel/p5-Test-Pod-Coverage>=1.00 \
|
|
devel/p5-Test-Pod>=1.00
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|