freebsd-ports/textproc/p5-Text-MarkdownTable/Makefile
Sunpoet Po-Chuan Hsieh 69a52c1336 Add p5-Text-MarkdownTable 0.3.1
Text::MarkdownTable can be used to write data in tabular form, formatted in
MultiMarkdown syntax. The resulting format can be used for instance to display
CSV data or to include data tables in Markdown files. Newlines and vertical bars
in table cells are replaced by a space character and cell values can be
truncated.

WWW: https://metacpan.org/release/Text-MarkdownTable
2019-04-21 00:19:52 +00:00

26 lines
534 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Text-MarkdownTable
PORTVERSION= 0.3.1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Write Markdown syntax tables from data
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-IO-Handle-Util>=0.01:devel/p5-IO-Handle-Util \
p5-Moo>=1.000008:devel/p5-Moo
USES= perl5
USE_PERL5= modbuildtiny
NO_ARCH= yes
.include <bsd.port.mk>