- Fix version requirement of RUN_DEPENDS - Update WWW Changes: https://github.com/nesquena/rabl/releases https://github.com/nesquena/rabl/blob/master/CHANGELOG.md
21 lines
384 B
Makefile
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>
|