pkgsrc/www/ruby-sassc/Makefile
ryoon c8fda89da8 www/ruby-sassc: import ruby26-sassc-2.2.1
Combine the speed of libsass, the Sass C implementation, with the
ease of use of the original Ruby Sass library.
2019-10-01 15:34:50 +00:00

17 lines
391 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/10/01 15:34:50 ryoon Exp $
DISTNAME= sassc-2.2.1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/sass/sassc-ruby
COMMENT= Use libsass with Ruby
LICENSE= mit
USE_LANGUAGES+= c c++
USE_TOOLS+= gmake
DEPENDS+= ${RUBY_PKGPREFIX}-ffi>=1.9<2:../../devel/ruby-ffi
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"