pkgsrc/www/p5-HTML-FillInForm/Makefile
markd 81d7d6c1d5 Update HTML-FillInForm to 1.06
1.06 - October 13th, 2005

Distinguish between selects with and without the multiple attribute set
(Alexander Hartmaier)

Added warnings to PREREQ_PM

1.05 - December 19th, 2004

Added new tests in 19_extra.t (Vsevolod (Simon) Ilyushchenko)
as part of Phalanx

Make it clearer that doesn't have a CGI.pm dependency.
2007-05-25 11:20:29 +00:00

20 lines
577 B
Makefile

# $NetBSD: Makefile,v 1.18 2007/05/25 11:20:29 markd Exp $
DISTNAME= HTML-FillInForm-1.06
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5hfi
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/HTML-FillInForm/
COMMENT= Perl5 module that populates HTML Forms with CGI data
DEPENDS+= p5-HTML-Parser>=3.26:../../www/p5-HTML-Parser
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/HTML/FillInForm/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"