aboutsummaryrefslogtreecommitdiffstats
path: root/databases/rubygem-bdb1/Makefile
blob: 0fd47dc2dd45e242be59d485addd638e8d517de1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $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

USES=       execinfo

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>