28c78d1e87
Packaged by ISIHARA TAkanori in pkgsrc-wip. Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static and space-efficient trie data structure. And libmarisa is a C++ library to provide an implementation of MARISA. Also, the package of libmarisa contains a set of command line tools for building and operating a MARISA-based dictionary.
18 lines
416 B
Makefile
18 lines
416 B
Makefile
# $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"
|