freebsd-ports/devel/p5-File-CountLines/Makefile
Anton Berezin 1fa557f90e Add devel/p5-File-CountLines 0.0.2, a Perl module to
efficiently count the number of line breaks in a file.
2010-03-11 20:55:45 +00:00

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>