- Add LICENSE
- Remove GEM_NAME - Use = instead of += - Update WWW
This commit is contained in:
@@ -10,18 +10,17 @@ MASTER_SITES= RG
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Ruby interface to the SQLite DB engine version 3
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3
|
||||
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
|
||||
RUN_DEPENDS= rubygem-sqlite3>=1.3.3:${PORTSDIR}/databases/rubygem-sqlite3
|
||||
|
||||
CONFIGURE_ARGS+=--with-sqlite3-dir=${LOCALBASE}
|
||||
|
||||
GEM_NAME= ${DISTNAME}
|
||||
|
||||
CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
PLIST_FILES+= bin/sqlite3_ruby
|
||||
PLIST_FILES= bin/sqlite3_ruby
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -5,4 +5,4 @@ so you can do things that would otherwise be more difficult via DBI.
|
||||
If you want portability between backends, use DBI. If you want ease
|
||||
of use with SQLite, use this.
|
||||
|
||||
WWW: https://github.com/luislavena/sqlite3-ruby
|
||||
WWW: https://github.com/sparklemotion/sqlite3-ruby
|
||||
|
||||
Reference in New Issue
Block a user