22 lines
462 B
Makefile
22 lines
462 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jekyll-coffeescript
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= CoffeeScript converter for Jekyll
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-coffee-script>=2.2:devel/rubygem-coffee-script \
|
|
rubygem-coffee-script-source>=1.12:devel/rubygem-coffee-script-source
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|