blob: 0cb07b62e66d3cff040ebc5a94cfdc1055777e12 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= ruby-progressbar
PORTVERSION= 1.13.0
CATEGORIES= devel ruby
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Progressbar 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>
|