freebsd-ports/devel/pear-HTML_Select/Makefile
Thierry Thomas 0665a0ab4e Add pear-HTML_Select 1.2.1, PEAR::HTML_Select is a class for
generating HTML form select elements.

PR:		70325
Submitted by:	Michael Schout
2004-08-12 20:47:35 +00:00

23 lines
581 B
Makefile

# Ports collection makefile for: pear-HTML_Select
# Date created: 11 August 2004
# Whom: Michael Schout <mschout@gkg.net>
#
# $FreeBSD$
#
PORTNAME= HTML_Select
PORTVERSION= 1.2.1
CATEGORIES= devel www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR::HTML_Select is a class for generating HTML form select elements
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= HTML
FILES= Select.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>