aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-propshaft/Makefile
blob: 03981ea7e6b8f06cb5eb6611e1c0f4e727fe9266 (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
PORTNAME=	propshaft
PORTVERSION=	0.6.4
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Deliver assets for Rails
WWW=		https://github.com/rails/propshaft

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

RUN_DEPENDS=	rubygem-actionpack70>=7.0.0:www/rubygem-actionpack70 \
		rubygem-activesupport70>=7.0.0:devel/rubygem-activesupport70 \
		rubygem-rack>=0,3:www/rubygem-rack \
		rubygem-railties70>=7.0.0:www/rubygem-railties70

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>