blob: b31685846d4214f6c58f7eebd4e9350fb7d22b76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= progressbar
PORTVERSION= 1.13.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby/ProgressBar is a text progress bar library for Ruby
WWW= https://github.com/jfelchner/ruby-progressbar
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|