pkgsrc/www/pear-HTML_Select/Makefile

17 lines
415 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.13 2010/02/16 13:58:19 taca Exp $
DISTNAME= HTML_Select-1.3.0
CATEGORIES= www
2004-11-27 14:34:37 +01:00
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"