summaryrefslogtreecommitdiff
path: root/devel/pear-HTML_Select/Makefile
blob: e2cb441b51305e5b3a0fec95beb6070039e9e506 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	HTML_Select
PORTVERSION=	1.3.1
CATEGORIES=	devel www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR::HTML_Select is a class for generating HTML form select elements
WWW=		https://pear.php.net/package/HTML_Select

LICENSE=	PHP301

BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
RUN_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}

USES=		pear

.include <bsd.port.mk>