ad06965564
* Add LICENSE. * Remove default value of GEM_BUILD. * Fix dependency according to gemspec.
17 lines
505 B
Makefile
17 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/09/10 04:12:52 taca Exp $
|
|
|
|
DISTNAME= acts_as_versioned-0.2.3
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
|
|
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:../../databases/ruby-activerecord
|
|
|
|
# Note: acts_as_versioned-0.6.0 supports only rails3.
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|