15 lines
266 B
Makefile
15 lines
266 B
Makefile
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:00 sthen Exp $
|
|
|
|
COMMENT = designated tests only run by module authors
|
|
|
|
DISTNAME = Module-Install-AuthorTests-0.002
|
|
CATEGORIES = devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES += cpan
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|