1c1a9ffa32
TTY::ProgressBar provides independent progress bars component for TTY toolkit. It supports a flexible progress bars drawing in terminal emulators. WWW: https://piotrmurach.github.io/tty/ WWW: https://github.com/piotrmurach/tty-progressbar
22 lines
482 B
Makefile
22 lines
482 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tty-progressbar
|
|
PORTVERSION= 0.14.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Flexible progress bars drawing in terminal emulators
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-tty-cursor>=0.5.0:devel/rubygem-tty-cursor \
|
|
rubygem-tty-screen>=0.6.4:devel/rubygem-tty-screen
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|