mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
23 lines
497 B
Makefile
23 lines
497 B
Makefile
PORTNAME= sqlite3-ruby
|
|
PORTVERSION= 1.3.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby interface to the SQLite DB engine version 3
|
|
WWW= https://github.com/sparklemotion/sqlite3-ruby
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= swig:devel/swig
|
|
RUN_DEPENDS= rubygem-sqlite3>=1.3.3:databases/rubygem-sqlite3
|
|
|
|
USES= gem sqlite
|
|
|
|
CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/sqlite3_ruby
|
|
|
|
.include <bsd.port.mk>
|