21 lines
336 B
Makefile
21 lines
336 B
Makefile
# $OpenBSD: Makefile,v 1.11 2013/03/11 10:50:20 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= PerlIO layer for normalizing line endings
|
|
|
|
MODULES= cpan
|
|
DISTNAME= PerlIO-eol-0.14
|
|
REVISION= 3
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|