freebsd-ports/textproc/p5-Text-Table-Paragraph/Makefile
Sunpoet Po-Chuan Hsieh 4bf48fdda7 Add p5-Text-Table-Paragraph 0.002
Text::Table::Paragraph provides a single function, table, which formats a
two-dimensional array of data as paragraphs. Each paragraph shows a row of data
and columns are shown as name: value lines. Long values by default are wrapped
and shown indented in the subsequent lines.

WWW: https://metacpan.org/release/Text-Table-Paragraph
2019-04-21 00:21:47 +00:00

22 lines
408 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Text-Table-Paragraph
PORTVERSION= 0.002
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Format table data as paragraphs of rows
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>