diff options
Diffstat (limited to 'misc/ruby-powerbar/Makefile')
-rw-r--r-- | misc/ruby-powerbar/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/ruby-powerbar/Makefile b/misc/ruby-powerbar/Makefile new file mode 100644 index 00000000000..21f4e1725a0 --- /dev/null +++ b/misc/ruby-powerbar/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2017/03/17 00:26:52 taca Exp $ + +DISTNAME= powerbar-1.0.18 +CATEGORIES= time + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/busyloop/powerbar +COMMENT= The last progressbar-library you'll ever need +LICENSE= mit + +DEPENDS+= ${RUBY_PKGPREFIX}-hashie>=1.1.0:../../misc/ruby-hashie + +RUBYGEM_OPTIONS+= --format-executable + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" |