20 lines
335 B
Makefile
20 lines
335 B
Makefile
|
COMMENT = easy, automatic, specification-based tests
|
||
|
|
||
|
DISTNAME = Test-LectroTest-0.5001
|
||
|
REVISION = 0
|
||
|
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
TEST_DEPENDS = devel/p5-Test-Pod-Coverage>=1.00 \
|
||
|
devel/p5-Test-Pod>=1.00
|
||
|
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
.include <bsd.port.mk>
|