aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-view_component-rails61/Makefile
blob: 235683bff0f7552267fb408f20eae3ffec2fb6a9 (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=	view_component
PORTVERSION=	2.74.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	-rails61

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	View components for Rails
WWW=		https://github.com/github/view_component

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

RUN_DEPENDS=	rubygem-activesupport61>=5<8:devel/rubygem-activesupport61 \
		rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \
		rubygem-method_source>=1.0<2:devel/rubygem-method_source

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>