24 lines
418 B
Makefile
24 lines
418 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jekyll-sass-converter
|
|
PORTVERSION= 1.5.2
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 1
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Basic Sass converter for Jekyll
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-sass>=3.4<4:textproc/rubygem-sass
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^1\.
|
|
|
|
.include <bsd.port.mk>
|