mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
26 lines
562 B
Makefile
26 lines
562 B
Makefile
# Created by: Johannes Meixner <johannes@perceivon.net>
|
|
|
|
PORTNAME= coffee-rails
|
|
PORTVERSION= 4.2.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails5
|
|
|
|
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-railties5>=4.0.0:www/rubygem-railties5
|
|
|
|
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>
|