blob: 878089a8a1c173f283d61b520718401316857cc5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $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
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
USE_RUBY= yes
USES= execinfo gem
.include <bsd.port.pre.mk>
.if ${RUBY_VER} >= 2.2
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-ext_bdb1_recnum.c
.endif
.include <bsd.port.post.mk>
|