blob: 592d030be24366180432076cd0a77ffc69c68b0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.1 2022/11/30 14:26:19 taca Exp $
DISTNAME= tty-logger-0.6.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ttytoolkit.org/
COMMENT= Readable, structured and beautiful terminal logging
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-pastel>=0.8<1:../../devel/ruby-pastel
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
|