freebsd-ports/textproc/p5-Template-Plugin-HTML-SuperForm/Makefile
Philip M. Gollucci 9eacfa6b4b This is an interface into HTML::SuperForm through the Template Toolkit. When
created without arguments (i.e. [% USE form = HTML.SuperForm %]), the
Template's stash is searched for an Apache object or a CGI object to pass to
HTML::SuperForm's constructor.

When created with arguments (i.e. [% USE form = HTML.SuperForm(arg) %]),
the arguments are passed to HTML::SuperForm's constructor.

A dep for www/p5-Gantry

Reported by:    Cezary Morga <cm@therek.net>
2009-07-14 23:18:18 +00:00

26 lines
659 B
Makefile

# New ports collection makefile for: textproc/p5-Template-Plugin-HTML-SuperForm
# Date created: 14 Jul 2009
# Whom: Philip M. Goillucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$
#
PORTNAME= Template-Plugin-HTML-SuperForm
PORTVERSION= 1.0
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Interface Template Toolkit to Lingua::EN::Inflect module
RUN_DEPENDS= p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit \
p5-HTML-SuperForm>0:${PORTSDIR}/textproc/p5-HTML-SuperForm
PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN3= Template::Plugin::HTML::SuperForm.3
.include <bsd.port.mk>