20 lines
309 B
Makefile
20 lines
309 B
Makefile
# $OpenBSD: Makefile,v 1.5 2020/07/03 21:45:14 sthen Exp $
|
|
|
|
COMMENT = skip tests when modules not available
|
|
|
|
DISTNAME = Test-Needs-0.002006
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|