# $Id: Portfile 67070 2010-04-28 11:18:25Z ryandesign@macports.org $
PortSystem 1.0
PortGroup perl5 1.0

perl5.setup             File-ReadBackwards 1.04
maintainers             hostwizard.com:scott

description             This module reads a file backwards line by line.

long_description        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.

platforms               darwin

checksums		md5	bda339c8b2e5139649cb28c4b775fb42 \
			sha1	19874cb169f2b105c82222588a163fb17bd77599 \
			rmd160	ab166d1797b0e95ae8990ee583071337bfb54fdf

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
