diff --git a/textproc/Makefile b/textproc/Makefile index 7d1190a2d339..016457f2326e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -971,6 +971,7 @@ SUBDIR += p5-Text-Table-CSV SUBDIR += p5-Text-Table-HTML SUBDIR += p5-Text-Table-HTML-DataTables + SUBDIR += p5-Text-Table-LTSV SUBDIR += p5-Text-Table-Manifold SUBDIR += p5-Text-Table-Tiny SUBDIR += p5-Text-Table-XLSX diff --git a/textproc/p5-Text-Table-LTSV/Makefile b/textproc/p5-Text-Table-LTSV/Makefile new file mode 100644 index 000000000000..3ea039ec00a1 --- /dev/null +++ b/textproc/p5-Text-Table-LTSV/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Text-Table-LTSV +PORTVERSION= 0.001 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Generate LTSV + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include diff --git a/textproc/p5-Text-Table-LTSV/distinfo b/textproc/p5-Text-Table-LTSV/distinfo new file mode 100644 index 000000000000..5631be64b818 --- /dev/null +++ b/textproc/p5-Text-Table-LTSV/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1552149397 +SHA256 (Text-Table-LTSV-0.001.tar.gz) = 5060cd1e136b082ee28a09f919b80118d2e77527309da4acd4fe5df868110c8b +SIZE (Text-Table-LTSV-0.001.tar.gz) = 14876 diff --git a/textproc/p5-Text-Table-LTSV/pkg-descr b/textproc/p5-Text-Table-LTSV/pkg-descr new file mode 100644 index 000000000000..ec3dea8b1d76 --- /dev/null +++ b/textproc/p5-Text-Table-LTSV/pkg-descr @@ -0,0 +1,4 @@ +Text::Table::LTSV provides a single function, table, which formats a +two-dimensional array of data as LTSV. + +WWW: https://metacpan.org/release/Text-Table-LTSV diff --git a/textproc/p5-Text-Table-LTSV/pkg-plist b/textproc/p5-Text-Table-LTSV/pkg-plist new file mode 100644 index 000000000000..1ed854d37d74 --- /dev/null +++ b/textproc/p5-Text-Table-LTSV/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Text/Table/LTSV.pm +%%PERL5_MAN3%%/Text::Table::LTSV.3.gz