19 lines
342 B
Makefile
19 lines
342 B
Makefile
PORTNAME= powerbar
|
|
PORTVERSION= 1.0.18
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Progressbar library for Ruby
|
|
WWW= https://github.com/busyloop/powerbar
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-hashie>=1.1.0:devel/rubygem-hashie
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/powerbar-demo
|
|
|
|
.include <bsd.port.mk>
|