20 lines
308 B
Makefile
20 lines
308 B
Makefile
# $OpenBSD: Makefile,v 1.6 2020/07/03 21:45:15 sthen Exp $
|
|
|
|
COMMENT = check file names portability
|
|
|
|
DISTNAME = Test-Portability-Files-0.10
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|