ports/devel/rubygem-jekyll-coffeescript/Makefile
2021-04-06 16:31:07 +02:00

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>