f3e4cb9006
+ update port: devel/pear-HTML_Form to 1.1.1 + changelog: http://pear.php.net/package/HTML_Form/download/1.1.1/ PR: ports/76092 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
23 lines
541 B
Makefile
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.1
|
|
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>
|