SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
www/p5-HTML-FillInForm/Makefile
Normal file
14
www/p5-HTML-FillInForm/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
COMMENT = inserts data into HTML input and select tags
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = HTML-FillInForm-2.21
|
||||
CATEGORIES = www
|
||||
REVISION = 0
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
RUN_DEPENDS = www/p5-HTML-Parser
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-HTML-FillInForm/distinfo
Normal file
2
www/p5-HTML-FillInForm/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (HTML-FillInForm-2.21.tar.gz) = 068YPMgydhTxGSkp9PCRm26XJfwZxvNzDOVWqNrqbPY=
|
||||
SIZE (HTML-FillInForm-2.21.tar.gz) = 17823
|
3
www/p5-HTML-FillInForm/pkg/DESCR
Normal file
3
www/p5-HTML-FillInForm/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This module automatically inserts data from a previous HTML form into the
|
||||
HTML input and select tags. It is a subclass of HTML::Parser and uses it
|
||||
to parse the HTML and insert the values into the form tags.
|
2
www/p5-HTML-FillInForm/pkg/PLIST
Normal file
2
www/p5-HTML-FillInForm/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
${P5SITE}/HTML/FillInForm.pm
|
||||
@man man/man3p/HTML::FillInForm.3p
|
Loading…
Add table
Add a link
Reference in a new issue