pkgsrc/databases/ruby-dm-constraints/Makefile

15 lines
412 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2011/12/16 14:33:59 taca Exp $
DISTNAME= dm-constraints-1.2.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/datamapper/dm-constraints
COMMENT= DataMapper plugin constraining relationships
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"