freebsd-ports/devel/pear-HTML_Table/Makefile
Thierry Thomas 5b5243195d Add pear-HTML_Table 1.5: makes the design of HTML tables easy,
flexible, reusable and efficient.

Note: don't forget to avoid unnecessary tables!
see <http://davespicks.com/essays/notables.html>.

PR:		67461
Submitted by:	Gerrit Beine (<tux@pinguru.net>)
2004-06-02 22:47:22 +00:00

25 lines
640 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.5
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
EXAMPLES= Table_example1.php Table_example2.php
_EXAMPLESDIR= docs
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>