freebsd-ports/devel/rubygem-progressbar/Makefile
Sunpoet Po-Chuan Hsieh 9a3c58dd0d Update to 1.9.0
- Fix LICENSE
- Add LICENSE_FILE
- Update WWW

Changes:	https://github.com/jfelchner/ruby-progressbar/blob/master/CHANGELOG.md
2017-09-28 11:01:08 +00:00

18 lines
307 B
Makefile

# $FreeBSD$
PORTNAME= progressbar
PORTVERSION= 1.9.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby/ProgressBar is a text progress bar library for Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>