1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/pear-HTML_Table/Makefile
Edwin Groothuis acc468d57e Maintainer mailaddress mass change
Maintainers mailaddress has changed, so the ports should be updated.

PR:		ports/95796
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de>
2006-04-15 11:47:42 +00:00

26 lines
655 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= gerrit.beine@gmx.de
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>