mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 12:01:19 +02:00
22 lines
501 B
Makefile
22 lines
501 B
Makefile
# Created by: Johannes Meixner <johannes@perceivon.net>
|
|
# $FreeBSD:ruby/Makefile 441729 2017-05-25 21:02:30Z sunpoet $
|
|
|
|
PORTNAME= coffee-rails
|
|
PORTVERSION= 4.2.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX?= 4
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Coffee Script adapter for the Rails asset pipeline
|
|
|
|
|
|
RUN_DEPENDS?= rubygem-coffee-script>=2.2.0:ruby/rubygem-coffee-script \
|
|
rubygem-railties4>=4.0.0:ruby/rubygem-railties4
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|