15 lines
272 B
Makefile
15 lines
272 B
Makefile
# $OpenBSD: Makefile,v 1.2 2016/03/20 19:56:28 naddy Exp $
|
|
|
|
COMMENT = designated tests only run by module authors
|
|
|
|
DISTNAME = Module-Install-AuthorTests-0.002
|
|
CATEGORIES = devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES += cpan
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|