pkgsrc/textproc/pear-Console_Table/Makefile
taca 53b94d85eb Update pear-Console_Table to 1.1.5 and add LICENSE.
* Use mb_strwidth() instead of mb_strlen() to determine lengths of multi-byte
  strings (Bug #19423).
2013-03-16 03:49:35 +00:00

13 lines
319 B
Makefile

# $NetBSD: Makefile,v 1.6 2013/03/16 03:49:35 taca Exp $
DISTNAME= Console_Table-1.1.5
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"