074778d93b
by Wen Heping. Changelog: QA release: - Fix bug #2676: Setting selected value doesn't work [cweiske] - Implement request #1749: add support for <optgroup> elements for multi-level arrays [cweiske] - Automatically set the <select> element id attribute - Add some examples - Convert to package.xml v2 - Fix coding standards - Stabilize after 6 years in beta
16 lines
415 B
Makefile
16 lines
415 B
Makefile
# $NetBSD: Makefile,v 1.13 2010/02/16 13:58:19 taca Exp $
|
|
|
|
DISTNAME= HTML_Select-1.3.0
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= jdolecek@NetBSD.org
|
|
COMMENT= PHP class for generating HTML form select elements
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS= php-pear-HTML_Select-[0-9]*
|
|
|
|
DEPENDS+= ${PHP_PKG_PREFIX}-pear-HTML_Common>=1.1:../../www/pear-HTML_Common
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|