summaryrefslogtreecommitdiff
path: root/sysutils/ruby-activesambaldap/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-09-10 07:53:14 +0000
committertaca <taca@pkgsrc.org>2010-09-10 07:53:14 +0000
commita110874a8e9d5a356a476d3efccd1d3a45821004 (patch)
tree0576d35d80a7e4d0c069f7be323813020c4c1553 /sysutils/ruby-activesambaldap/Makefile
parent3d244c75c9d3ca435691354d6eeb9dfdf37ff0b7 (diff)
downloadpkgsrc-a110874a8e9d5a356a476d3efccd1d3a45821004.tar.gz
Update sysutils/ruby-activesambaldap to 0.0.8.
* 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.
Diffstat (limited to 'sysutils/ruby-activesambaldap/Makefile')
-rw-r--r--sysutils/ruby-activesambaldap/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/sysutils/ruby-activesambaldap/Makefile b/sysutils/ruby-activesambaldap/Makefile
index 553b4feaeb6..8fb60fc1086 100644
--- a/sysutils/ruby-activesambaldap/Makefile
+++ b/sysutils/ruby-activesambaldap/Makefile
@@ -1,16 +1,14 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/06/23 02:00:57 taca Exp $
+# $NetBSD: Makefile,v 1.2 2010/09/10 07:53:14 taca Exp $
-DISTNAME= activesambaldap-0.0.6
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+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
-GEM_BUILD= gemspec
-
-.include "../../misc/rubygems/rubygem.mk"
+.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"