freebsd-ports/devel/pear-HTML_Table/Makefile
Alex Dupre 4e3717ee4f Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@php.net
2005-12-09 19:24:52 +00:00

25 lines
651 B
Makefile

# Ports collection makefile for: pear-HTML_Table
# Date created: 01 June 2004
# Whom: Gerrit Beine (<tux@pinguru.net>)
#
# $FreeBSD$
#
PORTNAME= HTML_Table
PORTVERSION= 1.6.1
CATEGORIES= devel www pear
MAINTAINER= tux@pinguru.net
COMMENT= Makes the design of HTML tables easy, flexible, reusable and efficient
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= HTML
FILES= Table.php Table/Storage.php
EXAMPLES= Table_example1.php Table_example2.php
_EXAMPLESDIR= docs
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>