freebsd-ports/devel/rubygem-commander/Makefile
Steve Wills a2cb52c143 The complete solution for Ruby command-line executables.
Commander bridges the gap between other terminal related libraries you know and
love (OptionParser, HighLine), while providing many new features, and an
elegant API.

WWW: http://visionmedia.github.io/commander/
2013-06-10 00:20:14 +00:00

20 lines
416 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= commander
PORTVERSION= 4.1.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Complete solution for Ruby command-line executables
RUN_DEPENDS= rubygem-highline>=1.6.11:${PORTSDIR}/devel/rubygem-highline
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/commander
.include <bsd.port.mk>