freebsd-ports/devel/pear-HTML_QuickForm_Controller/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

18 lines
446 B
Makefile

# Created by: Dmitry Karasik (<dk@catpipe.net>)
# $FreeBSD$
PORTNAME= HTML_QuickForm_Controller
PORTVERSION= 1.0.10
CATEGORIES= devel www pear
MAINTAINER= bofh@FreeBSD.org
COMMENT= The add-on to HTML_QuickForm that allows building of multipage forms
LICENSE= PHP301
BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm
RUN_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm
USES= pear
.include <bsd.port.mk>