# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup			HTML-FillInForm 1.06
revision            2
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

if {${perl5.major} != ""} {
depends_lib-append	port:p${perl5.major}-html-parser

supported_archs noarch
}
