pkgsrc/devel/p5-Tie-File/Makefile
obache 87a9aca822 Import p5-Tie-File-0.96 as devel/p5-Tie-File.
Packaged by Jens Rehsack and provided via PR 39221.

Tie::File represents a regular text file as a Perl array. Each element in the
array corresponds to a record in the file. The first line of the file is
element 0 of the array; the second line is element 1, and so on.
The file is not loaded into memory, so this will work even for gigantic files.
Changes to the array are reflected in the file immediately.
2008-08-09 06:15:34 +00:00

20 lines
539 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/08/09 06:15:34 obache Exp $
#
DISTNAME= Tie-File-0.96
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tfi
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Tie-File/
COMMENT= Access the lines of a disk file via a Perl array
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Tie/File/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"