2003-09-01 00:03:48 +02:00
|
|
|
# Ports collection makefile for: pear-Console_Table
|
|
|
|
# Date created: 31 August 2003
|
|
|
|
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Console_Table
|
2006-08-03 01:31:09 +02:00
|
|
|
PORTVERSION= 1.0.4
|
2003-11-13 00:46:19 +01:00
|
|
|
CATEGORIES= devel pear
|
2003-09-01 00:03:48 +02:00
|
|
|
|
2006-10-03 17:34:44 +02:00
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
2003-09-01 00:03:48 +02:00
|
|
|
COMMENT= PHP class that makes it easy to build console style tables
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2003-09-01 00:03:48 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
CATEGORY= Console
|
|
|
|
FILES= Table.php
|
2006-08-03 01:31:09 +02:00
|
|
|
TESTS= assoziative_arrays.phpt multibyte.phpt no_header.phpt no_rows.phpt
|
2003-09-01 00:03:48 +02:00
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2003-09-01 00:03:48 +02:00
|
|
|
.include <bsd.port.post.mk>
|