pkgsrc/www/pear-HTML_Select/Makefile
joerg 8572e2517c Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:54 +00:00

14 lines
381 B
Makefile

# $NetBSD: Makefile,v 1.10 2006/06/04 16:26:56 joerg Exp $
DISTNAME= HTML_Select-1.2.1
CATEGORIES= www
MAINTAINER= jdolecek@NetBSD.org
COMMENT= PHP class for generating HTML form select elements
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"