aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-coffee-rails-rails50/Makefile
blob: 49f33421ecbd77e0cb072f0e6d545a4a10d8bed0 (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
25
26
# Created by: Johannes Meixner <johannes@perceivon.net>

PORTNAME=	coffee-rails
PORTVERSION=	4.2.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	-rails50

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Coffee Script adapter for the Rails asset pipeline

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

RUN_DEPENDS=	rubygem-coffee-script>=2.2.0:devel/rubygem-coffee-script \
		rubygem-railties50>=4.0.0:www/rubygem-railties50

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

# coffee-rails 5.0.0+ requires Rails 5.2.0+
PORTSCOUT=	limit:^4\.

.include <bsd.port.mk>