blob: 88fd3b8f739aa3296daee03e71564efce9fa5cb8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.8 2006/02/05 23:11:27 joerg Exp $
DISTNAME= HTML_Select-1.2.1
PKGREVISION= 1
CATEGORIES= www
MAINTAINER= jdolecek@NetBSD.org
COMMENT= PHP class for generating HTML form select elements
DEPENDS+= pear-HTML_Common>=1.1:../../www/pear-HTML_Common
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"
|