summaryrefslogtreecommitdiff
path: root/devel/pear-HTML_QuickForm2/Makefile
blob: d888fa5bd4417f454d7750834be86b6f7a0cf813 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	HTML_QuickForm2
PORTVERSION=	2.4.0
CATEGORIES=	devel www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PHP5 rewrite of the HTML_QuickForm package
WWW=		https://pear.php.net/package/HTML_QuickForm2 \
		https://github.com/pear/HTML_QuickForm2

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/docs/LICENSE

RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}HTML_Common2>=2.3.1:devel/pear-HTML_Common2@${PHP_FLAVOR}

USES=		pear

NO_ARCH=	yes

.include <bsd.port.mk>