Files
bsdports/_unused/rubygem-coffee-rails4/Makefile
2019-12-26 07:26:06 +00:00

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>