2013-07-13 08:29:54 +02:00
|
|
|
# Created by: Eric Freeman <freebsdports@chillibear.com>
|
2010-08-09 07:36:37 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sinatra-respond_to
|
2013-07-13 08:29:54 +02:00
|
|
|
PORTVERSION= 0.9.0
|
2010-08-09 07:36:37 +02:00
|
|
|
CATEGORIES= www rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
2013-07-27 18:06:01 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
|
|
COMMENT= Respond_to style Rails block for Sinatra
|
2010-08-09 07:36:37 +02:00
|
|
|
|
2012-02-08 03:51:13 +01:00
|
|
|
RUN_DEPENDS= rubygem-sinatra>=1.3:${PORTSDIR}/www/rubygem-sinatra
|
2010-08-09 07:36:37 +02:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|