summaryrefslogtreecommitdiff
path: root/textproc/rubygem-terminal-table/Makefile
blob: 0aa4bf984799e6dfd4a8522c8aaa0e1ef6cf64fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	terminal-table
PORTVERSION=	3.0.2
PORTREVISION=	1
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Simple, feature rich ASCII table generation library
WWW=		https://github.com/tj/terminal-table

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-unicode-display_width2>=1.1.1<3:devel/rubygem-unicode-display_width2

USES=		gem shebangfix

NO_ARCH=	yes

SHEBANG_FILES=	examples/examples_unicode.rb

.include <bsd.port.mk>