aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Text-Table-Tiny
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-Table-Tiny')
-rw-r--r--textproc/p5-Text-Table-Tiny/Makefile21
-rw-r--r--textproc/p5-Text-Table-Tiny/distinfo3
-rw-r--r--textproc/p5-Text-Table-Tiny/pkg-descr4
-rw-r--r--textproc/p5-Text-Table-Tiny/pkg-plist2
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/p5-Text-Table-Tiny/Makefile b/textproc/p5-Text-Table-Tiny/Makefile
new file mode 100644
index 000000000000..fd173f29bfbc
--- /dev/null
+++ b/textproc/p5-Text-Table-Tiny/Makefile
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Text-Table-Tiny
+PORTVERSION= 0.04
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Simple text tables from 2D arrays, with limited templating options
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+NO_ARCH= yes
+USE_PERL5= configure
+USES= perl5
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Text-Table-Tiny/distinfo b/textproc/p5-Text-Table-Tiny/distinfo
new file mode 100644
index 000000000000..3685ba73e0c7
--- /dev/null
+++ b/textproc/p5-Text-Table-Tiny/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1530456968
+SHA256 (Text-Table-Tiny-0.04.tar.gz) = 3e4bff5bc000da146e2249aabe677f7462b708b37077258b20b52f23525f968d
+SIZE (Text-Table-Tiny-0.04.tar.gz) = 11718
diff --git a/textproc/p5-Text-Table-Tiny/pkg-descr b/textproc/p5-Text-Table-Tiny/pkg-descr
new file mode 100644
index 000000000000..d4994e4a13e9
--- /dev/null
+++ b/textproc/p5-Text-Table-Tiny/pkg-descr
@@ -0,0 +1,4 @@
+Text::Table::Tiny provides a single function, generate_table, which formats a
+two-dimensional array of data as a text table.
+
+WWW: https://metacpan.org/release/Text-Table-Tiny
diff --git a/textproc/p5-Text-Table-Tiny/pkg-plist b/textproc/p5-Text-Table-Tiny/pkg-plist
new file mode 100644
index 000000000000..09233cc3ea7e
--- /dev/null
+++ b/textproc/p5-Text-Table-Tiny/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Text/Table/Tiny.pm
+%%PERL5_MAN3%%/Text::Table::Tiny.3.gz