pkgsrc/databases/ruby-acts-as-versioned/Makefile

19 lines
526 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 2010/10/15 11:55:42 taca Exp $
DISTNAME= acts_as_versioned-0.2.3
PKGREVISION= 1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
2008-04-30 20:02:02 +02:00
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ar-versioned.rubyforge.org/
COMMENT= Simple versioning for ActiveRecord
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-activerecord>=1.10.1<3.0.0:../../databases/ruby-activerecord
# Note: acts_as_versioned-0.6.0 supports only rails3.
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"