freebsd-ports/devel/p5-PerlIO-eol/Makefile
2006-12-18 04:58:27 +00:00

28 lines
567 B
Makefile

# New ports collection makefile for: devel/p5-PerlIO-eol
# Date created: Oct 19 2004
# Whom: Rong-En Fan <rafan@infor.org>
#
# $FreeBSD$
#
PORTNAME= PerlIO-eol
PORTVERSION= 0.14
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= PerlIO
PKGNAMEPREFIX= p5-
MAINTAINER= rafan@FreeBSD.org
COMMENT= PerlIO layer for normalizing line endings
PERL_CONFIGURE= yes
MAN3= PerlIO::eol.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= This module only supports perl 5.8.0 or above
.endif
.include <bsd.port.post.mk>