pkgsrc/textproc/ruby-marisa/Makefile
obache 28c78d1e87 Import marisa-0.2.4 and bindings as textproc/{,p5-,py-,ruby-}marisa
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.
2014-05-24 10:21:13 +00:00

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"