mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Add LICENSE
- Sort *_DEPENDS - Add NO_ARCH - Update WWW
This commit is contained in:
parent
5c15de6ff5
commit
bc22d7b72a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471710
@ -11,10 +11,14 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Template::Plugin::FillInForm - TT plugin for HTML::FillInForm
|
||||
|
||||
RUN_DEPENDS= p5-HTML-FillInForm>=0:www/p5-HTML-FillInForm \
|
||||
p5-Template-Toolkit>=0:www/p5-Template-Toolkit
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-HTML-FillInForm>=0:www/p5-HTML-FillInForm \
|
||||
p5-Template-Toolkit>=0:www/p5-Template-Toolkit
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
Template::Plugin::FillInForm is a plugin for TT, which allows you
|
||||
to make your HTML form sticky using HTML::FillInForm.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Template-Plugin-FillInForm
|
||||
WWW: https://metacpan.org/release/Template-Plugin-FillInForm
|
||||
|
Loading…
Reference in New Issue
Block a user