18 lines
446 B
Makefile
18 lines
446 B
Makefile
# $NetBSD: Makefile,v 1.3 2011/12/17 18:06:21 taca Exp $
|
|
|
|
DISTNAME= acts_as_versioned-0.2.3
|
|
PKGREVISION= 2
|
|
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_ACTIVERECORD_DEPENDS}
|
|
|
|
RUBY_RAILS_SUPPORTED= 2
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|