# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem 1.0
PortGroup perl5 1.0
perl5.setup	File-Tail 0.99.3
maintainers	stechert openmaintainer
description	Perl extension for reading from continously updated files
long_description \
	The primary purpose of File::Tail is reading and analysing log files \
	while they are being written, which is especialy useful if you are \
	monitoring the logging process with a tool like Tobias Oetiker's MRTG.

platforms			darwin

checksums			md5 ef0fb7bcb4181ba593f4a09940f61d1c

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