freebsd-ports/devel/rubygem-tty-font/Makefile
Sunpoet Po-Chuan Hsieh 1226fd34e5 Add rubygem-tty-font 0.2.0
TTY::Font provides independent terminal font rendering component for TTY
toolkit. It writes text in large stylized characters using a variety of terminal
friendly fonts.

WWW: https://piotrmurach.github.io/tty/
WWW: https://github.com/piotrmurach/tty-font
2018-03-12 20:39:20 +00:00

19 lines
357 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= tty-font
PORTVERSION= 0.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Large stylized characters using terminal friendly fonts
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>