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