8c6af180a5
Update ruby-sassc to 2.4.0. **2.4.0** - [Update libsass to 3.6.4](https://github.com/sass/sassc-ruby/pull/199) - [Use FFI::MemoryPointer instead of libc's malloc()](https://github.com/sass/sassc-ruby/pull/205) - [Test against Ruby 2.7.0](https://github.com/sass/sassc-ruby/pull/193)
17 lines
390 B
Makefile
17 lines
390 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/06/07 15:43:05 taca Exp $
|
|
|
|
DISTNAME= sassc-2.4.0
|
|
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"
|