freebsd-ports/devel/rubygem-powerbar/Makefile
Johannes Jost Meixner 70c8505a63 devel/rubygem-powerbar: update to 1.0.12
- Update to 1.0.12

PR:		196950
Differential Revision:	https://reviews.freebsd.org/D1572
Submitted by:	Michael Moll <kvedulv@kvedulv.de>
Approved by:	swills (mentor)
2015-01-22 16:03:13 +00:00

22 lines
460 B
Makefile

# Created by: Michael Moll <kvedulv at kvedulv.de>
# $FreeBSD$
PORTNAME= powerbar
PORTVERSION= 1.0.12
CATEGORIES= devel ruby
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Progressbar library for Ruby
LICENSE= MIT
RUN_DEPENDS= rubygem-ansi>=1.5.0:${PORTSDIR}/devel/rubygem-ansi \
rubygem-hashie>=1.1.0:${PORTSDIR}/devel/rubygem-hashie
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/powerbar-demo
.include <bsd.port.mk>