mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
Changes: https://github.com/nesquena/rabl/releases https://github.com/nesquena/rabl/blob/master/CHANGELOG.md
22 lines
410 B
Makefile
22 lines
410 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rabl
|
|
PORTVERSION= 0.14.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails50
|
|
|
|
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-activesupport50>=2.3.14:devel/rubygem-activesupport50
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|