pkgsrc/databases/ruby-dm-core/Makefile
taca 44d817ea9e Importing ruby-dm-core 1.0.2.
This is core part of ruby-datamapper.


An Object/Relational Mapper for Ruby.

DataMapper sports a very accessible code-base and a welcoming community.
Outside contributions and feedback are welcome and encouraged, especially
constructive criticism. Make your voice heard! Submit a
ticket[http://datamapper.lighthouseapp.com] or
patch[http://datamapper.lighthouseapp.com], speak up
on our mailing-list[http://groups.google.com/group/datamapper/], chat with us
on irc[irc://irc.freenode.net/#datamapper], write a spec, get it reviewed, ask
for commit rights. It's as easy as that to become a contributor.
2010-09-11 23:48:54 +00:00

15 lines
454 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/09/11 23:48:54 taca Exp $
DISTNAME= dm-core-1.0.2
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/datamapper/dm-core
COMMENT= Object/Relational Mapper for Ruby
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-extlib>=0.9.15:../../devel/ruby-extlib
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.2:../../net/ruby-addressable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"