mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 16:50:29 -04:00
25 lines
625 B
Makefile
25 lines
625 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
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
|
|
|
|
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
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|