freebsd-ports/devel/rubygem-rabl/Makefile
Sunpoet Po-Chuan Hsieh 1347814c14 Update to 0.14.0
- Fix version requirement of RUN_DEPENDS
- Update WWW

Changes:	https://github.com/nesquena/rabl/releases
		https://github.com/nesquena/rabl/blob/master/CHANGELOG.md
2018-11-01 19:17:19 +00:00

21 lines
384 B
Makefile

# $FreeBSD$
PORTNAME= rabl
PORTVERSION= 0.14.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= General ruby templating with json, bson, xml and msgpack support
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activesupport5>=2.3.14:devel/rubygem-activesupport5
USE_RUBY= yes
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>