freebsd-ports/devel/rubygem-progressbar/Makefile

18 lines
308 B
Makefile

# $FreeBSD$
PORTNAME= progressbar
PORTVERSION= 1.10.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>