2013-09-20 19:17:44 +02:00
|
|
|
# Created by: Steve Wills <swills@FreeBSD.org>
|
2011-10-27 05:03:48 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= coffee-rails
|
2012-06-09 08:13:21 +02:00
|
|
|
PORTVERSION= 3.2.2
|
2013-01-09 04:53:15 +01:00
|
|
|
PORTREVISION= 1
|
2012-01-09 21:37:45 +01:00
|
|
|
CATEGORIES= devel rubygems
|
2011-10-27 05:03:48 +02:00
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2012-08-02 11:02:43 +02:00
|
|
|
COMMENT= Coffee Script adapter for the Rails asset pipeline
|
2011-10-27 05:03:48 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= rubygem-coffee-script>=2.2.0:${PORTSDIR}/devel/rubygem-coffee-script \
|
2013-01-09 04:53:15 +01:00
|
|
|
rubygem-railties>=3.2.10:${PORTSDIR}/www/rubygem-railties
|
2011-10-27 05:03:48 +02:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
2013-09-20 19:17:44 +02:00
|
|
|
NO_STAGE= yes
|
2011-10-27 05:03:48 +02:00
|
|
|
.include <bsd.port.mk>
|