15 lines
255 B
Makefile
15 lines
255 B
Makefile
# $OpenBSD: Makefile,v 1.17 2017/05/10 12:48:01 benoit Exp $
|
|
|
|
COMMENT= PerlIO layer for normalizing line endings
|
|
|
|
MODULES= cpan
|
|
DISTNAME = PerlIO-eol-0.16
|
|
CATEGORIES= devel
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|