Lines 6-15
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Console_Table |
8 |
PORTNAME= Console_Table |
9 |
PORTVERSION= 1.0.2 |
9 |
PORTVERSION= 1.0.4 |
10 |
CATEGORIES= devel pear |
10 |
CATEGORIES= devel pear |
11 |
|
11 |
|
12 |
MAINTAINER= ports@FreeBSD.org |
12 |
MAINTAINER= chinsan.tw@gmail.com |
13 |
COMMENT= PHP class that makes it easy to build console style tables |
13 |
COMMENT= PHP class that makes it easy to build console style tables |
14 |
|
14 |
|
15 |
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear |
15 |
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear |
Lines 17-22
Link Here
|
17 |
|
17 |
|
18 |
CATEGORY= Console |
18 |
CATEGORY= Console |
19 |
FILES= Table.php |
19 |
FILES= Table.php |
|
|
20 |
TESTS= assoziative_arrays.phpt multibyte.phpt no_header.phpt no_rows.phpt |
20 |
|
21 |
|
21 |
.include <bsd.port.pre.mk> |
22 |
.include <bsd.port.pre.mk> |
22 |
.include "${PORTSDIR}/devel/pear/bsd.pear.mk" |
23 |
.include "${PORTSDIR}/devel/pear/bsd.pear.mk" |