aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-sqlite3-ruby
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-27 17:54:42 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-27 17:54:42 +0000
commitaab48478ec9d9458f1d951ba5842e201db31e643 (patch)
tree2cfc17c1eab74173c0713bc857a3e013bbac63b8 /databases/rubygem-sqlite3-ruby
parente246e00059c3051e9bc4d7758cbdd1b6e2145d73 (diff)
downloadports-aab48478ec9d9458f1d951ba5842e201db31e643.tar.gz
ports-aab48478ec9d9458f1d951ba5842e201db31e643.zip
- Add LICENSE
- Remove GEM_NAME - Use = instead of += - Update WWW
Notes
Notes: svn path=/head/; revision=387666
Diffstat (limited to 'databases/rubygem-sqlite3-ruby')
-rw-r--r--databases/rubygem-sqlite3-ruby/Makefile9
-rw-r--r--databases/rubygem-sqlite3-ruby/pkg-descr2
2 files changed, 5 insertions, 6 deletions
diff --git a/databases/rubygem-sqlite3-ruby/Makefile b/databases/rubygem-sqlite3-ruby/Makefile
index ebbee1f0f77a..137be08a0c91 100644
--- a/databases/rubygem-sqlite3-ruby/Makefile
+++ b/databases/rubygem-sqlite3-ruby/Makefile
@@ -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>
diff --git a/databases/rubygem-sqlite3-ruby/pkg-descr b/databases/rubygem-sqlite3-ruby/pkg-descr
index 9fa24d3ad6ab..f2940774779f 100644
--- a/databases/rubygem-sqlite3-ruby/pkg-descr
+++ b/databases/rubygem-sqlite3-ruby/pkg-descr
@@ -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