pkgsrc/databases/ruby-dm-is-searchable/Makefile
taca a9dbfcd52f Importing databases/ruby-dm-is-searchable package version 1.2.0.
A DataMapper search plugin api to search for resources from one repository and
load from another.

Typically a full text search adapter that can only produce partial resources is
searched and the resulting resource collection is then loaded from your default
repository.
2011-12-17 17:26:08 +00:00

14 lines
407 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/12/17 17:26:08 taca Exp $
DISTNAME= dm-is-searchable-1.2.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/datamapper/dm-is-searchable
COMMENT= DataMapper plugin for searching
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.2.0<1.3:../../databases/ruby-dm-core
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"