mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add p5-Template-Plugin-FillInForm 0.04, TT plugin for HTML::FillInForm.
PR: ports/117892 Submitted by: Lars Thegler <lth at FreeBSD.org>
This commit is contained in:
parent
0dabb99c02
commit
0241cce150
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203212
@ -864,6 +864,7 @@
|
||||
SUBDIR += p5-Template-Plugin-Clickable
|
||||
SUBDIR += p5-Template-Plugin-Clickable-Email
|
||||
SUBDIR += p5-Template-Plugin-Comma
|
||||
SUBDIR += p5-Template-Plugin-FillInForm
|
||||
SUBDIR += p5-Template-Plugin-JSON
|
||||
SUBDIR += p5-Template-Plugin-JavaScript
|
||||
SUBDIR += p5-Template-Plugin-MP3
|
||||
|
26
www/p5-Template-Plugin-FillInForm/Makefile
Normal file
26
www/p5-Template-Plugin-FillInForm/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: www/p5-Template-Plugin-FillInForm
|
||||
# Date created: 07 November 2007
|
||||
# Whom: Lars Thegler <lth@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Template-Plugin-FillInForm
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Template
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lth@FreeBSD.org
|
||||
COMMENT= Template::Plugin::FillInForm - TT plugin for HTML::FillInForm
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/HTML/FillInForm.pm:${PORTSDIR}/www/p5-HTML-FillInForm \
|
||||
${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Template::Plugin::FillInForm.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-Template-Plugin-FillInForm/distinfo
Normal file
3
www/p5-Template-Plugin-FillInForm/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Template-Plugin-FillInForm-0.04.tar.gz) = cdbf83ad7428877585c8f3abc5c0542b
|
||||
SHA256 (Template-Plugin-FillInForm-0.04.tar.gz) = adb4b9671464655f4701f706d535f61eea3a5f51a48793aebbfedd3a299899f3
|
||||
SIZE (Template-Plugin-FillInForm-0.04.tar.gz) = 2179
|
4
www/p5-Template-Plugin-FillInForm/pkg-descr
Normal file
4
www/p5-Template-Plugin-FillInForm/pkg-descr
Normal file
@ -0,0 +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
|
7
www/p5-Template-Plugin-FillInForm/pkg-plist
Normal file
7
www/p5-Template-Plugin-FillInForm/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Template/Plugin/FillInForm.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/FillInForm/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/FillInForm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template
|
||||
@dirrmtry %%SITE_PERL%%/Template/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/Template
|
Loading…
Reference in New Issue
Block a user