freebsd-ports/devel/rubygem-annoy/Makefile
Steve Wills e23c093aa9 Annoy, like your annoying friend that asks you questions all the time. Rudy
uses annoy to present the user with a simple question before continuing with a
destructive action.

WWW: http://rubygems.org/gems/annoy
Feature safe:	yes
2012-11-23 22:50:29 +00:00

18 lines
401 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= annoy
PORTVERSION= 0.5.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= swills@FreeBSD.org
COMMENT= Present the user with a simple question before a destructive action
RUN_DEPENDS= rubygem-highline>=1.4.0:${PORTSDIR}/devel/rubygem-highline
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>