freebsd-ports/devel/rubygem-ruby-progressbar/Makefile
Po-Chuan Hsieh 3c46116d22
devel/rubygem-ruby-progressbar: Update to 1.13.0
- Remove outdated CONFLICTS_INSTALL: misc/ruby-progressbar has been removed over 7 years

Changes:	https://github.com/jfelchner/ruby-progressbar/blob/master/CHANGELOG.md
2023-04-06 01:31:53 +08:00

17 lines
307 B
Makefile

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>