Files
bsdports/_unused/rubygem-sqlite3/Makefile
2019-12-26 07:26:06 +00:00

19 lines
459 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD: head/databases/rubygem-sqlite3/Makefile 430659 2017-01-05 19:33:56Z sunpoet $
PORTNAME= sqlite3
PORTVERSION= 1.3.13
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby interface to the SQLite DB engine version 3
LIB_DEPENDS= libsqlite3.so:data/sqlite3
CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>