# $Id: Portfile 109389 2013-08-14 16:55:59Z jmr@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup			HTML-FillInForm 1.06
revision            3
license				{Artistic-1 GPL}
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
}
