mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
6079f4b2d9
Changes: https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.rdoc https://github.com/sparklemotion/sqlite3-ruby/commits/master
23 lines
472 B
Makefile
23 lines
472 B
Makefile
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= swig:devel/swig13
|
|
LIB_DEPENDS= libsqlite3.so:databases/sqlite3
|
|
|
|
CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|