freebsd-ports/textproc/p5-HTML-SuperForm/Makefile
Philip M. Gollucci 94b541488f Used in its basic form, this module provides an interface for generating basic
HTML form elements much like HTML::StickyForms does. The main difference is
HTML::SuperForm returns HTML::SuperForm::Field objects rather than plain HTML.
This allows for more flexibilty when generating forms for a complex application.

To get the most out of this module, use it as a base (Super) class for your own
form object which generates your own custom fields. If you don't use it this way,
I guess there's really nothing Super about it. Example are shown later in the document.

The interface was designed with mod_perl and the Template Toolkit in mind,
but it works equally well in any cgi environment.

A dep for www/p5-Gantry

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

35 lines
894 B
Makefile

# New ports collection makefile for: textproc/p5-HTML-SuperForm
# Date created: 14 Jul 2009
# Whom: Philip M. Goillucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$
#
PORTNAME= HTML-SuperForm
PORTVERSION= 1.05
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Interface Template Toolkit to Lingua::EN::Inflect module
PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN3= HTML::SuperForm.3 \
HTML::SuperForm::Field.3\
HTML::SuperForm::Field::Checkbox.3\
HTML::SuperForm::Field::CheckboxGroup.3\
HTML::SuperForm::Field::Hidden.3\
HTML::SuperForm::Field::Password.3\
HTML::SuperForm::Field::Radio.3\
HTML::SuperForm::Field::RadioGroup.3\
HTML::SuperForm::Field::Select.3\
HTML::SuperForm::Field::Submit.3\
HTML::SuperForm::Field::Text.3\
HTML::SuperForm::Field::Textarea.3
.include <bsd.port.mk>