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

PortSystem 1.0
PortGroup perl5 1.0
perl5.setup			HTML-FillInForm 1.06
maintainers			nomaintainer
description         module for automatically filling HTML forms
long_description	This module automatically inserts data from a previous \
			HTML form into the HTML input and select tags. It is a subclass of \
			HTML::Parser and uses it to parse the HTML and insert the values \
			into the form tags.

platforms			darwin
checksums			md5 e9a017fcaaad09fd9b40bad3c080e500

depends_lib-append	port:p5-html-parser

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