freebsd-ports/textproc/p5-Text-Table-Org/Makefile
Sunpoet Po-Chuan Hsieh af3a51876a Add p5-Text-Table-Org 0.02
Text::Table::Org provides a single function, table, which formats a
two-dimensional array of data as an Org text table.

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

22 lines
381 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Text-Table-Org
PORTVERSION= 0.02
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Generate Org tables
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>