blob: 5c5cdb0cd559d56edcbe82baefd9c790e59a52f7 (
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= coffee-rails
PORTVERSION= 4.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX?= 41
MAINTAINER= ruby@FreeBSD.org
COMMENT= Coffee Script adapter for the Rails asset pipeline
WWW= https://github.com/rails/coffee-rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS?= rubygem-coffee-script>=2.2.0:devel/rubygem-coffee-script \
rubygem-railties4>=4.0.0:www/rubygem-railties4
NO_ARCH= yes
USES= gem
PORTSCOUT= limit:^4\.1\.
.include <bsd.port.mk>
|