summaryrefslogtreecommitdiff
path: root/textproc/pear-Console_Table/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp>2008-07-08 20:46:54 +0000
committeradrianp <adrianp>2008-07-08 20:46:54 +0000
commit4a09e39522ba09512040f429e535bd9add71d2d2 (patch)
tree07025248a28b119d8fcc9737c44966b81c82e322 /textproc/pear-Console_Table/Makefile
parent8766bbe019d94c3ad49f9b0e4d72c2b8beaf4068 (diff)
downloadpkgsrc-4a09e39522ba09512040f429e535bd9add71d2d2.tar.gz
Provides methods such as addRow(), insertRow(), addCol() etc. to build console
tables with or without headers and with user defined table rules and padding.
Diffstat (limited to 'textproc/pear-Console_Table/Makefile')
-rw-r--r--textproc/pear-Console_Table/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/pear-Console_Table/Makefile b/textproc/pear-Console_Table/Makefile
new file mode 100644
index 00000000000..3652d159311
--- /dev/null
+++ b/textproc/pear-Console_Table/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/08 20:46:54 adrianp Exp $
+
+DISTNAME= Console_Table-1.1.1
+CATEGORIES+= textproc
+
+MAINTAINER= adrianp@NetBSD.org
+COMMENT= Class that makes it easy to build console style tables
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/php/pear.mk"
+.include "../../mk/bsd.pkg.mk"