forked from Lainports/freebsd-ports
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/
18 lines
372 B
Makefile
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>
|