Manual tweak textproc/code-minimap
[dports.git] / textproc / p5-Text-Table-Tiny / Makefile
1 PORTNAME=       Text-Table-Tiny
2 PORTVERSION=    1.03
3 CATEGORIES=     textproc perl5
4 MASTER_SITES=   CPAN
5 PKGNAMEPREFIX=  p5-
6
7 MAINTAINER=     sunpoet@FreeBSD.org
8 COMMENT=        Simple text tables from 2D arrays, with limited templating options
9 WWW=            https://metacpan.org/release/Text-Table-Tiny
10
11 LICENSE=        ART10 GPLv1+
12 LICENSE_COMB=   dual
13 LICENSE_FILE=   ${WRKSRC}/LICENSE
14
15 BUILD_DEPENDS=  ${RUN_DEPENDS}
16 RUN_DEPENDS=    p5-Ref-Util>=0.202:devel/p5-Ref-Util \
17                 p5-String-TtyLength>=0.02:textproc/p5-String-TtyLength
18 TEST_DEPENDS=   p5-Test-Fatal>=0:devel/p5-Test-Fatal
19
20 USES=           perl5
21 USE_PERL5=      configure
22
23 NO_ARCH=        yes
24
25 .include <bsd.port.mk>