13 lines
264 B
Makefile
13 lines
264 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Console_Table
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PHP class that makes it easy to build console style tables
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|