forked from Lainports/opnsense-ports
17 lines
297 B
Makefile
17 lines
297 B
Makefile
PORTNAME= gdbm
|
|
PORTVERSION= 2.1.0
|
|
PORTEPOCH= 2
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby extension to GDBM library
|
|
WWW= https://github.com/ruby/gdbm
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LIB_DEPENDS= libgdbm.so:databases/gdbm
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|