a5aa9a267f
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. == 0.0.8: 2009-09-22 * [#26692] scaffold_active_samba_ldap doesn't work with Rails 2.2.2. [Orlando Marquina] * [#26814] scaffold_active_samba_ldap generates wrong class name. [Orlando Marquina] * Supported ActiveLdap 1.2.0. == 0.0.7: 2009-07-18 * Supported ActiveLdap 1.1.0. * Supported gem plugin.
14 lines
433 B
Makefile
14 lines
433 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/09/10 07:53:14 taca Exp $
|
|
|
|
DISTNAME= activesambaldap-0.0.8
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= taca@NetBSD.org
|
|
HOMEPAGE= http://rubyforge.org/projects/asl/
|
|
COMMENT= Library and management tools for Samba + LDAP environment
|
|
LICENSE= gnu-gpl-v2 OR ruby-license
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-activeldap>=1.0.1:../../databases/ruby-activeldap
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|