3bacac591c
Sponsored by: Netzkommune GmbH
18 lines
450 B
Makefile
18 lines
450 B
Makefile
# Created by: Michael Schout <mschout@gkg.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML_Select
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= joneum@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>
|