freebsd-ports/devel/rubygem-progressbar09/Makefile
Sunpoet Po-Chuan Hsieh ce74612092 Add PORTSCOUT
2017-02-20 15:10:18 +00:00

21 lines
346 B
Makefile

# $FreeBSD$
PORTNAME= progressbar
PORTVERSION= 0.9.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 09
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby/ProgressBar is a text progress bar library for Ruby
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
PORTSCOUT= limit:^0\.9\.
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>