* pkgsrc change: add "USE_LANGUAGES= # none" line. 2.0.0 (2018-10-24) * Removed testing for Ruby 1.8/1.9/Ruby Enterprise Edition * Removed the dependency on mime-types, which was needed for Ruby 1.8 * Resolved Chefstyle warnings * Added instructions for installing package dependencies to the readme * Escape prefix when generating makefile
17 lines
410 B
Makefile
17 lines
410 B
Makefile
# $NetBSD: Makefile,v 1.2 2019/02/03 14:42:25 taca Exp $
|
|
|
|
DISTNAME= libyajl2-2.0.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/opscode/libyajl2-gem
|
|
COMMENT= Vendored copy of libyajl2
|
|
LICENSE= apache-2.0
|
|
|
|
MAKE_ENV+= USE_SYSTEM_LIBYAJL2=yes
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../devel/yajl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|