2013-03-03 17:09:56 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= bdb1
|
|
|
|
PORTVERSION= 0.2.5
|
|
|
|
CATEGORIES= databases rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
|
|
COMMENT= Ruby interface to Berkeley DB revision 1.8x with full feature support
|
|
|
|
|
2014-08-28 18:24:46 +02:00
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2014-08-05 08:36:06 +02:00
|
|
|
USES= execinfo
|
2013-03-03 17:09:56 +01:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
2014-11-12 03:58:43 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${RUBY_VER} == 2.1
|
|
|
|
BROKEN= Does not build with Ruby 2.1
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|