91a1caa242
Hope to see you back! Thank for all the work!
16 lines
412 B
Makefile
16 lines
412 B
Makefile
# Created by: Gerrit Beine (<gerrit.beine@gmx.de>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML_QuickForm2
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PHP5 rewrite of the HTML_QuickForm package
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/HTML/Common2.php:${PORTSDIR}/devel/pear-HTML_Common2
|
|
RUN_DEPENDS= ${PEARDIR}/HTML/Common2.php:${PORTSDIR}/devel/pear-HTML_Common2
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|