Files
sebastia 4423eac99c import devel/ruby-pastel
Terminal strings styling with intuitive and clean API.

OK jeremy@
2024-05-28 20:34:51 +00:00

19 lines
377 B
Makefile

COMMENT = terminal string styling
DISTNAME = pastel-0.8.0
CATEGORIES = devel
HOMEPAGE = https://ttytoolkit.org/
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS += ${RUN_DEPENDS}
RUN_DEPENDS += sysutils/ruby-tty-color,${MODRUBY_FLAVOR}>=0.5,<1
.include <bsd.port.mk>