mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
21 lines
454 B
Makefile
21 lines
454 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= jekyll-coffeescript
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= CoffeeScript converter for Jekyll
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-coffee-script>=2.2<3:devel/rubygem-coffee-script \
|
|
rubygem-coffee-script-source>=1.12<2:devel/rubygem-coffee-script-source
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|