mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
24 lines
640 B
Makefile
24 lines
640 B
Makefile
PORTNAME= tty-progressbar
|
|
PORTVERSION= 0.18.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Flexible progress bars drawing in terminal emulators
|
|
WWW= https://ttytoolkit.org/ \
|
|
https://github.com/piotrmurach/tty-progressbar
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-strings-ansi>=0.2<1:devel/rubygem-strings-ansi \
|
|
rubygem-tty-cursor>=0.7<1:devel/rubygem-tty-cursor \
|
|
rubygem-tty-screen>=0.8<1:devel/rubygem-tty-screen \
|
|
rubygem-unicode-display_width>=1.6<3.0:devel/rubygem-unicode-display_width
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|