21 lines
384 B
Makefile
21 lines
384 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jekyll-sass-converter
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Basic Sass converter for Jekyll
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-sassc>=2.1.0<3.0:textproc/rubygem-sassc
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|