mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
cda7981123
PR: 242869 Submitted by: maintainer Changes: https://github.com/ruby/gdbm/compare/v2.0.0..v2.1.0 Sponsored by: HAW International
21 lines
344 B
Makefile
21 lines
344 B
Makefile
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gdbm
|
|
PORTVERSION= 2.1.0
|
|
PORTEPOCH= 2
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby extension to GDBM library
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LIB_DEPENDS= libgdbm.so:databases/gdbm
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|