freebsd-ports/databases/rubygem-bdb1/Makefile
Mathieu Arnold 3fcd0e41de Remove USES=execinfo.
PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
2017-09-22 10:48:28 +00:00

25 lines
478 B
Makefile

# $FreeBSD$
PORTNAME= bdb1
PORTVERSION= 0.2.5
PORTREVISION= 1
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= gem shebangfix
SHEBANG_FILES= examples/*.rb
.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>