18 lines
273 B
Makefile
18 lines
273 B
Makefile
# $OpenBSD: Makefile,v 1.9 2019/07/12 20:45:12 sthen Exp $
|
|
|
|
COMMENT= canonical EOL/EOF
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
DISTNAME = Text-FixEOL-1.06
|
|
CATEGORIES= devel textproc
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|