Import ruby-bdb-0.6.5 as wip/ruby-bdb.
Ruby interface to Berkeley DB.
This commit is contained in:
parent
0d246a0e88
commit
a6dac58bee
4 changed files with 37 additions and 0 deletions
1
ruby-bdb/DESCR
Normal file
1
ruby-bdb/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Ruby interface to Berkeley DB.
|
29
ruby-bdb/Makefile
Normal file
29
ruby-bdb/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/02/21 11:32:09 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= bdb-0.6.5
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://rubyforge.org/frs/download.php/56887/
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
HOMEPAGE= http://rubyforge.org/projects/bdb/
|
||||
COMMENT= Ruby interface to Berkley DB
|
||||
LICENSE= ruby-license
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
USE_RUBY_EXTCONF= yes
|
||||
|
||||
CONFIGURE_ARGS+= --with-db-unique=no
|
||||
CONFIGURE_ARGS+= --with-db-version=${BDB_LIBS:S/-ldb//:Q}
|
||||
CONFIGURE_ARGS+= --with-db-include=${BDBBASE}/include/${BDB_TYPE}
|
||||
CONFIGURE_ARGS+= --with-db-lib=${BDBBASE}/lib
|
||||
|
||||
BDB_ACCEPTED= db4 db3 db2
|
||||
|
||||
.include "../../lang/ruby/modules.mk"
|
||||
.include "../../mk/bdb.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
ruby-bdb/PLIST
Normal file
2
ruby-bdb/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/21 11:32:09 obache Exp $
|
||||
${RUBY_VENDORARCHLIB}/bdb.${RUBY_DLEXT}
|
5
ruby-bdb/distinfo
Normal file
5
ruby-bdb/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/02/21 11:32:09 obache Exp $
|
||||
|
||||
SHA1 (ruby/bdb-0.6.5.tar.gz) = 9a9151801d2a02feb0bba866762634bec860e724
|
||||
RMD160 (ruby/bdb-0.6.5.tar.gz) = 32e32f106cccbd7361a5ad0090fdf390fd2cd13c
|
||||
Size (ruby/bdb-0.6.5.tar.gz) = 321865 bytes
|
Loading…
Reference in a new issue