968d8994c1
* Compile fix for Ruby 2.2. * And a few bug fixes. pkgsrc change * support pkg_alternatives. * Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.
15 lines
376 B
Makefile
15 lines
376 B
Makefile
# $NetBSD: Makefile,v 1.11 2015/03/08 15:24:55 taca Exp $
|
|
|
|
DISTNAME= ferret-0.11.8.6
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/jkraemer/ferret/
|
|
COMMENT= Text search engine library written for Ruby
|
|
LICENSE= mit
|
|
|
|
USE_GCC_RUNTIME= yes
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|