aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-active_scaffold/Makefile
blob: 39769b0655f89a3e6b08c160a259019e20b19c93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	active_scaffold
PORTVERSION=	3.7.3.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Gem to handle all CRUD user interface needs
WWW=		https://github.com/activescaffold/active_scaffold

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.md

RUN_DEPENDS=	rubygem-cow_proxy>=0.3<1:devel/rubygem-cow_proxy \
		rubygem-ice_nine>=0.11<1:devel/rubygem-ice_nine \
		rubygem-rails70>=5.2.0:www/rubygem-rails70 \
		rubygem-request_store>=1.3<2:devel/rubygem-request_store

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>