freebsd-ports/www/p5-HTML-FillInForm-Lite/Makefile
Jun Kuriyama 81c0c71366 This module fills in HTML forms with Perl data, which re-implements
HTML::FillInForm using regexp-based parser, not using HTML::Parser.

The difference in the parsers makes HTML::FillInForm::Lite about 2
times faster than HTML::FillInForm.

WWW: http://search.cpan.org/dist/HTML-FillInForm-Lite/
2013-01-20 06:10:47 +00:00

18 lines
372 B
Makefile

# $FreeBSD$
PORTNAME= HTML-FillInForm-Lite
PORTVERSION= 1.12
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for lightweight FillInForm module in Pure Perl
PERL_CONFIGURE= yes
MAN3= HTML::FillInForm::Lite.3 \
HTML::FillInForm::Lite::Compat.3 \
HTML::FillInForm::Lite::JA.3
.include <bsd.port.mk>