d069d5bd59
pick up the new dependencies properly
15 lines
398 B
Makefile
15 lines
398 B
Makefile
# $NetBSD: Makefile,v 1.11 2007/05/05 22:09:19 adrianp Exp $
|
|
|
|
DISTNAME= HTML_Select-1.2.1
|
|
PKGREVISION= 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"
|