opnsense-ports/devel/pear-HTML_QuickForm2/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

16 lines
387 B
Makefile

# Created by: Gerrit Beine (<gerrit.beine@gmx.de>)
# $FreeBSD$
PORTNAME= HTML_QuickForm2
PORTVERSION= 2.0.2
CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP5 rewrite of the HTML_QuickForm package
BUILD_DEPENDS= ${PEARDIR}/HTML/Common2.php:devel/pear-HTML_Common2
RUN_DEPENDS= ${PEARDIR}/HTML/Common2.php:devel/pear-HTML_Common2
USES= pear
.include <bsd.port.mk>