aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-sprockets-rails-rails60/Makefile
blob: 5c33cc03df6f4329e01d4bb41e0f0de20eb6a9f7 (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
24
# Created by: Steve Wills <swills@FreeBSD.org>

PORTNAME=	sprockets-rails
PORTVERSION=	3.2.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	-rails60

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Sprockets Rails integration

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

RUN_DEPENDS=	rubygem-actionpack60>=4.0:www/rubygem-actionpack60 \
		rubygem-activesupport60>=4.0:devel/rubygem-activesupport60 \
		rubygem-sprockets3>=3.0.0:devel/rubygem-sprockets3

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>