openbsd-ports/devel/p5-PerlIO-eol/Makefile
kevlo 841dd92fd4 Initial import of p5-PerlIO-eol 0.13
This layer normalizes any of CR, LF, CRLF and Native into the designated
line ending. It works for both input and output handles.
2004-12-10 03:28:39 +00:00

23 lines
480 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/12/10 03:28:39 kevlo Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "PerlIO layer for normalizing line endings"
DISTNAME= PerlIO-eol-0.13
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PerlIO/}
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>