diff options
Diffstat (limited to 'databases/rubygem-sqlite3/Makefile')
-rw-r--r-- | databases/rubygem-sqlite3/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile index 57ebfd39513c..7b99f7b04fcb 100644 --- a/databases/rubygem-sqlite3/Makefile +++ b/databases/rubygem-sqlite3/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 1.3.13 +PORTVERSION= 1.4.1 CATEGORIES= databases rubygems MASTER_SITES= RG -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby interface to the SQLite DB engine version 3 LICENSE= BSD3CLAUSE @@ -15,9 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= swig3.0:devel/swig30 LIB_DEPENDS= libsqlite3.so:databases/sqlite3 -CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE} -USE_RUBY= yes USES= gem +USE_RUBY= yes + +CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE} BINARY_ALIAS= swig=swig3.0 .include <bsd.port.mk> |