21 lines
422 B
Makefile
21 lines
422 B
Makefile
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>
|