summaryrefslogtreecommitdiff
path: root/devel/rubygem-jekyll-coffeescript/Makefile
blob: 2eacb12c7e5984a9c27b11a129c5456aac162d85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	jekyll-coffeescript
PORTVERSION=	2.0.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	CoffeeScript converter for Jekyll
WWW=		https://github.com/jekyll/jekyll-coffeescript

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

NO_ARCH=	yes

.include <bsd.port.mk>