summaryrefslogtreecommitdiff
path: root/www/pear-HTML_Select/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/pear-HTML_Select/Makefile')
-rw-r--r--www/pear-HTML_Select/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/pear-HTML_Select/Makefile b/www/pear-HTML_Select/Makefile
new file mode 100644
index 00000000000..13619524569
--- /dev/null
+++ b/www/pear-HTML_Select/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/17 19:22:32 jdolecek Exp $
+
+DISTNAME= HTML_Select-1.2
+CATEGORIES= www
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://pear.php.net/package/HTML_Common
+COMMENT= HTML_Select is a PHP class for generating HTML form select elements
+
+DEPENDS+= pear-HTML_Common>=1.1:../../wip/pear-HTML_Common
+
+.include "../../www/php4/pear.mk"
+.include "../../mk/bsd.pkg.mk"