Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby. The output can be customized with a flexible formatting system including percentage, bars of various formats, elapsed time and estimated time remaining. WWW: https://github.com/jfelchner/ruby-progressbar As this gem is based on the code that's available as misc/ruby-progressbar, conflict with it, to avoid problems.
22 lines
361 B
Makefile
22 lines
361 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ruby-progressbar
|
|
PORTVERSION= 1.7.5
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Progressbar library for Ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
CONFLICTS_INSTALL= ${RUBY_PKGNAMEPREFIX}progressbar-*
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|