aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/p5-Text-Table-Any/Makefile25
-rw-r--r--textproc/p5-Text-Table-Any/distinfo3
-rw-r--r--textproc/p5-Text-Table-Any/pkg-descr6
-rw-r--r--textproc/p5-Text-Table-Any/pkg-plist2
4 files changed, 36 insertions, 0 deletions
diff --git a/textproc/p5-Text-Table-Any/Makefile b/textproc/p5-Text-Table-Any/Makefile
new file mode 100644
index 000000000000..bda7cbd472f6
--- /dev/null
+++ b/textproc/p5-Text-Table-Any/Makefile
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Text-Table-Any
+PORTVERSION= 0.092
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Generate text table using one of several backends
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Text-Table-ASV>=0:textproc/p5-Text-Table-ASV \
+ p5-Text-Table-Tiny>=0:textproc/p5-Text-Table-Tiny
+
+NO_ARCH= yes
+USE_PERL5= configure
+USES= perl5
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Text-Table-Any/distinfo b/textproc/p5-Text-Table-Any/distinfo
new file mode 100644
index 000000000000..fafac59e1da3
--- /dev/null
+++ b/textproc/p5-Text-Table-Any/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1532770421
+SHA256 (Text-Table-Any-0.092.tar.gz) = d73511acfdb60decf8cfd2a5c9273e3b9a28464545df5efe0b27b64ab7c89fb7
+SIZE (Text-Table-Any-0.092.tar.gz) = 17038
diff --git a/textproc/p5-Text-Table-Any/pkg-descr b/textproc/p5-Text-Table-Any/pkg-descr
new file mode 100644
index 000000000000..2b254755745b
--- /dev/null
+++ b/textproc/p5-Text-Table-Any/pkg-descr
@@ -0,0 +1,6 @@
+Text::Table::Any provides a single function, table, which formats a
+two-dimensional array of data as text table, using one of several available
+backends. The interface is modelled after Text::Table::Tiny (0.3);
+Text::Table::Tiny also happens to be the default backend.
+
+WWW: https://metacpan.org/release/Text-Table-Any
diff --git a/textproc/p5-Text-Table-Any/pkg-plist b/textproc/p5-Text-Table-Any/pkg-plist
new file mode 100644
index 000000000000..c6a61cb9fc3c
--- /dev/null
+++ b/textproc/p5-Text-Table-Any/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Text/Table/Any.pm
+%%PERL5_MAN3%%/Text::Table::Any.3.gz