21 lines
331 B
Makefile
21 lines
331 B
Makefile
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:45:09 sthen Exp $
|
|
|
|
COMMENT = check the correct line endings in your project
|
|
|
|
DISTNAME = Test-EOL-2.00
|
|
|
|
CATEGORIES = devel
|
|
|
|
FIX_EXTRACT_PERMISSIONS = Yes
|
|
|
|
MAINTAINER= Wen Heping <wenheping2000@hotmail.com>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|