aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-sinatra-respond_to/Makefile
blob: 9669d82e8b0232f3b3f2e0159d202c3e7dbdf8d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Ports collection makefile for:	rubygem-sinatra-respond_to
# Date created:				5 Aug 2010
# Whom:					Eric Freeman <freebsdports@chillibear.com>
#
# $FreeBSD$
#

PORTNAME=	sinatra-respond_to
PORTVERSION=	0.8.0
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	freebsdports@chillibear.com
COMMENT=	A respond_to style Rails block for Sinatra

RUN_DEPENDS=	rubygem-sinatra>=1.3:${PORTSDIR}/www/rubygem-sinatra

USE_RUBY=		yes
USE_RUBYGEMS=		yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>