blob: 5cad7068895edfafcb2cf6ca4e39c5470e2c83b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= jbuilder
PORTVERSION= 2.11.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails52
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Create JSON structures via a Builder-style DSL
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionview52>=5.0.0:devel/rubygem-actionview52 \
rubygem-activesupport52>=5.0.0:devel/rubygem-activesupport52
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|