summaryrefslogtreecommitdiff
path: root/devel/pear-Console_Table/Makefile
blob: e9cc2cfe7a823590bdbccf2acc5074f2991ecf55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	Console_Table
PORTVERSION=	1.3.1
CATEGORIES=	devel pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Library that makes it easy to build console style tables
WWW=		https://pear.php.net/package/Console_Table

LICENSE=	BSD3CLAUSE

USES=		pear

NO_ARCH=	yes

.include <bsd.port.mk>