mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
17 lines
367 B
Makefile
17 lines
367 B
Makefile
PORTNAME= bdb1
|
|
PORTVERSION= 0.2.5
|
|
PORTREVISION= 4
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby interface to Berkeley DB revision 1.8x with full feature support
|
|
WWW= https://github.com/knu/ruby-bdb1
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
|
|
USES= gem shebangfix
|
|
SHEBANG_FILES= examples/*.rb
|
|
|
|
.include <bsd.port.mk>
|