pkgsrc/databases/ruby-dm-aggregates/Makefile
taca d42f6a048a Importing ruby-dm-aggregates 1.0.2.
DataMapper plugin providing support for aggregates, functions on
collections and datasets.
2010-09-11 23:49:48 +00:00

14 lines
413 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/09/11 23:49:48 taca Exp $
DISTNAME= dm-aggregates-1.0.2
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/datamapper/dm-aggregates
COMMENT= DataMapper plugin for aggregates on collections
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.0.2:../../databases/ruby-dm-core
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"