pkgsrc/www/p5-HTML-FillInForm/Makefile
xtraeme d57dea1545 Update to 1.03 from Hiramatsu Yoshifumi in PR pkg/23976.
List of changes from 0.29:

- Fixed warning messages when textarea doesn't have a name attribute
- Updated required version number for HTML::Parser to 3.26 in Makefile.PL
- Fixed issue with HTML::Parser decoding high-bit entities, by setting
  attr_encoded option, now requires HTML::Parser >= 3.26.
- Workaround for Opera 6.01/02 bug with selected radio boxes - place
  space before ending "/>" in <input .. />
2004-01-04 18:07:28 +00:00

18 lines
515 B
Makefile

# $NetBSD: Makefile,v 1.10 2004/01/04 18:07:28 xtraeme Exp $
DISTNAME= HTML-FillInForm-1.03
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5hfi
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Perl5 module that populates HTML Forms with CGI data
DEPENDS+= p5-HTML-Parser>=3.26:../../www/p5-HTML-Parser
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/FillInForm/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"