699a604b24
- Update version requirement of RUN_DEPENDS Changes: https://github.com/jekyll/jekyll-coffeescript/releases
22 lines
466 B
Makefile
22 lines
466 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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>
|