aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-rabl-rails50/Makefile
blob: 64af578f3de3c8108ae9ee8a0610396bc9c50cb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	rabl
PORTVERSION=	0.17.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	-rails50

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	General ruby templating with json, bson, xml and msgpack support
WWW=		https://github.com/nesquena/rabl

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

RUN_DEPENDS=	rubygem-activesupport50>=2.3.14:devel/rubygem-activesupport50

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>