freebsd-ports/sysutils/rubygem-hammer_cli/Makefile
Steve Wills 73ede91e82 Hammer is a generic clamp-based CLI framework. Hammer-cli provides just
the core functionality. The core is extensible using plugins that contain
application-specific commands.

WWW: https://github.com/theforeman/hammer-cli

PR:		ports/187483
Submitted by:	Michael Moll <kvedulv@kvedulv.de>
2014-03-13 18:30:16 +00:00

29 lines
873 B
Makefile

# Created by: Michael Moll <kvedulv@kvedulv.de>
# $FreeBSD$
PORTNAME= hammer_cli
PORTVERSION= 0.0.18
CATEGORIES= sysutils ruby
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Provides CLI interfaces for Ruby apps
LICENSE= GPLv3
RUN_DEPENDS= rubygem-awesome_print>=1.1.0:${PORTSDIR}/devel/rubygem-awesome_print \
rubygem-clamp>=0.6.3:${PORTSDIR}/devel/rubygem-clamp \
rubygem-fastercsv>=1.5.5:${PORTSDIR}/devel/rubygem-fastercsv \
rubygem-highline>=1.6.20:${PORTSDIR}/devel/rubygem-highline \
rubygem-logging>=1.8.1:${PORTSDIR}/devel/rubygem-logging \
rubygem-mime-types>=1.0:${PORTSDIR}/misc/rubygem-mime-types \
rubygem-rest-client>=1.6.7:${PORTSDIR}/www/rubygem-rest-client \
rubygem-table_print>=1.5.1:${PORTSDIR}/devel/rubygem-table_print
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/hammer
.include <bsd.port.mk>