mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
19 lines
504 B
Makefile
19 lines
504 B
Makefile
# $NetBSD: Makefile,v 1.5 2013/04/06 03:45:08 rodent Exp $
|
|
|
|
DISTNAME= dm-active_model-1.2.1
|
|
PKGREVISION= 2
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://github.com/datamapper/dm-active_model
|
|
COMMENT= Plugin to make datamapper active_model compliant
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.2.0<1.3:../../databases/ruby-dm-core
|
|
DEPENDS+= ${RUBY_ACTIVEMODEL_DEPENDS}
|
|
|
|
RUBY_RAILS_SUPPORTED= 3 31 32
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|