pkgsrc-wip/p5-File-ReadBackwards/Makefile
Evaldo Gardenali 6de3619dc4 Import p5-File-ReadBackwards-1.04 as wip/p5-File-ReadBackwards.
This module reads a file backwards line by line. It is simple to use, memory
efficient and fast. It supports both an object and a tied handle interface.

It is intended for processing log and other similar text files which typically
have their newest entries appended to them. By default files are assumed to be
plain text and have a line ending appropriate to the OS. But you can set the
input record separator string on a per file basis.
2009-09-01 12:53:07 +00:00

22 lines
645 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/09/01 12:53:07 udontknow Exp $
#
DISTNAME= File-ReadBackwards-1.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/U/UR/URI/}
MAINTAINER= evaldo@gardenali.biz
HOMEPAGE= http://search.cpan.org/~uri/File-ReadBackwards-1.04/ReadBackwards.pm
COMMENT= File::ReadBackwards.pm -- Read a file backwards by lines
.include "../../lang/perl5/license.mk"
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/File/ReadBackwards/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"