freebsd-ports/devel/pear-HTML_Select/Makefile
Sylvio Cesar Teixeira 20c8775694 - Update to 1.3.0
Approved by:	itetcu (mentor)
Feature safe:	yes
2010-03-01 22:38:27 +00:00

25 lines
624 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.3.0
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
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/HTML
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>