ports/devel/rubygem-progressbar/Makefile
2019-07-15 17:44:34 +00:00

19 lines
312 B
Makefile

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