16 lines
261 B
Makefile
16 lines
261 B
Makefile
# $OpenBSD: Makefile,v 1.20 2020/07/03 21:45:06 sthen Exp $
|
|
|
|
COMMENT= PerlIO layer for normalizing line endings
|
|
|
|
MODULES= cpan
|
|
DISTNAME = PerlIO-eol-0.17
|
|
CATEGORIES= devel
|
|
REVISION = 0
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|