freebsd-ports/devel/rubygem-interact/Makefile
Steve Wills 292b93e1c6 A simple Ruby API for command-line interaction. Provides a novel 'rewinding'
feature, allowing users to go back in time and re-enter a botched answer.
Supports multiple-choice, password prompting, overriding input events,
defaults, etc.

WWW:	http://rubygems.org/gems/interact
2011-12-30 18:44:27 +00:00

20 lines
383 B
Makefile

# New ports collection makefile for: rubygem-interact
# Date created: 2011-12-04
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= interact
PORTVERSION= 0.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A simple API for command-line interaction
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>