07746c8883
* pkgsrc change: make it Ruby on Rails 2 only. = CHANGES == 1.2.4: 2011-05-13 * Splited AL-Admin into other repository: https://github.com/activeldap/al-admin * [GitHub:#2] Fixed "path po cound not be found" error by fast_gettext. [rbq] == 1.2.3: 2011-04-30 * [#40] Ignored nil value attribute. [christian.pennafort] * [#48] Escaped ":" in filter value. [planetmcd] * Added missing rubygems require. [spoidar] * Used fast_gettext instead of gettext. [Peter Fern] * Supported Rails 2.3.11. [Kris Wehner] * Fixed wrong assertion in test. [Ryan Tandy] === Thanks * christian.pennafort * planetmcd * spoidar * Peter Fern * Kris Wehner * Ryan Tandy
19 lines
635 B
Makefile
19 lines
635 B
Makefile
# $NetBSD: Makefile,v 1.6 2011/06/17 13:57:42 taca Exp $
|
|
|
|
DISTNAME= activeldap-1.2.4
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= taca@NetBSD.org
|
|
HOMEPAGE= http://rubyforge.org/projects/ruby-activeldap/
|
|
COMMENT= Object oriented interface to LDAP
|
|
LICENSE= ruby-license OR gnu-gpl-v2 OR gnu-gpl-v3
|
|
|
|
RUBY_RAILS= 2
|
|
|
|
DEPENDS+= ${RUBY_ACTIVERECORD_DEPENDS}
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-locale>=2.0.5:../../devel/ruby-locale
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=2.1.0:../../devel/ruby-gettext
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gettext-activerecord>=2.1.0:../../devel/ruby-gettext-activerecord
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|