da26373c6f
Submitted by William Yodlowsky <bsd@openbsd.rutgers.edu>. 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.
20 lines
455 B
Makefile
20 lines
455 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/08/10 00:41:12 naddy Exp $
|
|
|
|
COMMENT= "module to read a file starting at the end"
|
|
|
|
DISTNAME= File-ReadBackwards-0.97
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|