22 lines
367 B
Makefile
22 lines
367 B
Makefile
# $OpenBSD: Makefile,v 1.3 2019/10/03 10:12:52 kn Exp $
|
|
|
|
COMMENT = test routines for external commands
|
|
|
|
DISTNAME = Test-Command-0.11
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Klemens Nanni <kn@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
TEST_DEPENDS = devel/p5-Test-Pod \
|
|
devel/p5-Test-Pod-Coverage
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|