freebsd-ports/devel/pear-HTML_Select_Common/Makefile
Po-Chuan Hsieh c9213e9c5a
devel/pear-HTML_Select_Common: Change the way *_DEPENDS are set
- Add NO_ARCH
- Fix pkg-descr
- Update WWW
- Bump PORTREVISION for dependency change
2021-09-19 13:59:59 +08:00

19 lines
388 B
Makefile

# Created by: Thierry Thomas (<thierry@pompo.net>)
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
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}I18N>=0.8:devel/pear-I18N@${PHP_FLAVOR}
USES= pear
NO_ARCH= yes
.include <bsd.port.mk>