1fa557f90e
efficiently count the number of line breaks in a file.
21 lines
429 B
Makefile
21 lines
429 B
Makefile
# New ports collection makefile for: devel/p5-File-CountLines
|
|
# Date created: 11 March 2010
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= File-CountLines
|
|
PORTVERSION= 0.0.2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Efficiently count the number of line breaks in a file
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= File::CountLines.3
|
|
|
|
.include <bsd.port.mk>
|