freebsd-ports/textproc/rubygem-jekyll-sass-converter/Makefile

21 lines
375 B
Makefile
Raw Normal View History

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= jekyll-sass-converter
PORTVERSION= 1.5.2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Basic Sass converter for Jekyll
LICENSE= MIT
RUN_DEPENDS= rubygem-sass>=3.4:textproc/rubygem-sass
2015-06-23 14:23:03 +02:00
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>