21 lines
322 B
Makefile
21 lines
322 B
Makefile
# $OpenBSD: Makefile,v 1.5 2020/07/08 22:57:41 kn Exp $
|
|
|
|
COMMENT = test routines for external commands
|
|
|
|
DISTNAME = Test-Command-0.11
|
|
REVISION = 2
|
|
|
|
CATEGORIES = devel
|
|
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
TEST_DEPENDS = devel/p5-Test-Pod \
|
|
devel/p5-Test-Pod-Coverage
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|