21 lines
346 B
Makefile
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>
|