# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         File-ReadBackwards 1.06
# licensed under the same terms as Perl per README
license             {Artistic-1 GPL}
maintainers         nomaintainer
platforms           {darwin any}

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.

checksums           rmd160  cf5aeff1ac6d9d34a336ba65199cfbc7f46a6855 \
                    sha256  32b2a0549389aaf88875ef03d7ebbfff2d5979eca85b7c812f6b4bb10d102f62 \
                    size    9739

supported_archs     noarch
