mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
4423eac99c
Terminal strings styling with intuitive and clean API. OK jeremy@
19 lines
377 B
Makefile
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>
|