freebsd-ports/devel/rubygem-pastel/Makefile
Sunpoet Po-Chuan Hsieh 5a82de548c Add rubygem-pastel 0.7.2
Pastel provides independent coloring component for TTY toolkit. It supports
terminal output styling with intuitive and clean API that doesn't monkey patch
String class. Pastel is minimal and focused to work in all terminal emulators.

WWW: https://github.com/piotrmurach/pastel
2018-03-12 20:41:47 +00:00

22 lines
469 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= pastel
PORTVERSION= 0.7.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Terminal strings styling with intuitive and clean API
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-equatable>=0.5.0:devel/rubygem-equatable \
rubygem-tty-color>=0.4.0:devel/rubygem-tty-color
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>