freebsd-ports/devel/pear-HTML_Form/Makefile
Pav Lucistnik 82f73ba949 Add pear-HTML_Form, a simple HTML form generator. It supports all the
HTML form element types including file uploads, may return
or print the form, just individual form elements or the full
form in "table mode" with a fixed layout.

PR:		ports/73210
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2004-10-28 18:53:33 +00:00

23 lines
541 B
Makefile

# Ports collection makefile for: pear-HTML_Form
# Date created: 27 October 2004
# Whom: Antonio Carlos Venancio Junior (<antonio@php.net>)
#
# $FreeBSD$
#
PORTNAME= HTML_Form
PORTVERSION= 1.1.0
CATEGORIES= devel www pear
MAINTAINER= antonio@php.net
COMMENT= Simple HTML form package
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
FILES= HTML/Form.php
TESTS= form.phpt
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>