20 lines
378 B
Makefile
20 lines
378 B
Makefile
# Created by: Eric Freeman <freebsdports@chillibear.com>
|
|
|
|
PORTNAME= sinatra-respond_to
|
|
PORTVERSION= 0.9.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Respond_to style Rails block for Sinatra
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-sinatra1>=1.3:www/rubygem-sinatra1
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|