mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
afd67ff4ce
TTY::Color provides independent color support detection component for TTY toolkit. OK jeremy@
16 lines
292 B
Makefile
16 lines
292 B
Makefile
COMMENT = terminal color capabilities detection
|
|
|
|
DISTNAME = tty-color-0.6.0
|
|
CATEGORIES = sysutils
|
|
HOMEPAGE = https://ttytoolkit.org/
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|