6fb6597c89
With hat: perl
21 lines
397 B
Makefile
21 lines
397 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= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= rafan@FreeBSD.org
|
|
COMMENT= PerlIO layer for normalizing line endings
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= PerlIO::eol.3
|
|
|
|
.include <bsd.port.mk>
|