mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
17 lines
439 B
Makefile
17 lines
439 B
Makefile
# Created by: Michael Schout <mschout@gkg.net>
|
|
|
|
PORTNAME= HTML_Select
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR::HTML_Select is a class for generating HTML form select elements
|
|
|
|
LICENSE= PHP301
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
|
|
RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|