3f24ff6584
1.3.1 2018-01-25 15:56 UTC Changelog: * Fix warning with PHP 7.2 when passing non-array data (Remi Collet <remi@remirepo.net>, PR #14).
13 lines
319 B
Makefile
13 lines
319 B
Makefile
# $NetBSD: Makefile,v 1.9 2018/02/28 16:03:31 taca Exp $
|
|
|
|
DISTNAME= Console_Table-1.3.1
|
|
CATEGORIES+= textproc
|
|
LICENSE= modified-bsd
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Class that makes it easy to build console style tables
|
|
|
|
EXTRACT_USING= pax
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|