pkgsrc/www/p5-WWW-Mechanize-FormFiller/Makefile
bsiegert 6a4da1820d Add module for Mechanize::FormFiller. From Edgar Fuss in PR pkg/49188.
From DESCR:

This module is intended as a simple way to fill out HTML forms from a set
of predetermined values. You set up the form filler with value elements,
retrieve the HTML form, and let the form filler loose on that form.
There are value classes provided for many tasks - fixed values, values to
be queried interactively from the user, values taken randomly from a list
of values and values specified through a callback to some Perl code.
2016-01-10 20:08:48 +00:00

21 lines
655 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/01/10 20:08:48 bsiegert Exp $
DISTNAME= WWW-Mechanize-FormFiller-0.11
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/WWW-Mechanize-FormFiller/
COMMENT= Framework to automate HTML forms
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Data-Random>=0.05:../../devel/p5-Data-Random
DEPENDS+= p5-HTML-Form-[0-9]*:../../www/p5-HTML-Form
USE_LANGUAGES= # empty
PERL5_MODULE_TYPE= MakeMaker
PERL5_PACKLIST= auto/WWW/Mechanize/FormFiller/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"