blob: 7001500c9f2a17fa56ba4e1c749b4a27452ffd00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.1 2014/05/24 10:21:13 obache Exp $
#
.include "../../textproc/marisa/Makefile.common"
CATEGORIES+= ruby
COMMENT= MARISA ruby module
USE_LANGUAGES= c c++
USE_RUBY_EXTCONF= yes
RUBY_EXTCONF_SUBDIRS= bindings/ruby
BUILDLINK_API_DEPENDS.marisa+= marisa>=${PKGVERSION_NOREV}
.include "../../textproc/marisa/buildlink3.mk"
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"
|