opnsense-ports/devel/pear-HTML_Select_Common/Makefile
2022-09-07 22:33:21 +02:00

18 lines
390 B
Makefile

PORTNAME= HTML_Select_Common
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= devel www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Some small PEAR classes to handle common <select> lists
WWW= https://pear.php.net/package/HTML_Select_Common
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}I18N>=0.8:devel/pear-I18N@${PHP_FLAVOR}
USES= pear
NO_ARCH= yes
.include <bsd.port.mk>