aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-sqlite3-ruby/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-06-23 04:58:46 +0000
committerSteve Wills <swills@FreeBSD.org>2013-06-23 04:58:46 +0000
commitc33cfd0341f6ae93e2601af1c7a546272b32d706 (patch)
treecc4617b24b1b8b5397196462b0aecbdba22b2dd6 /databases/rubygem-sqlite3-ruby/Makefile
parentc14167fde93755a1f2e2655af69286c5c780a714 (diff)
downloadports-c33cfd0341f6ae93e2601af1c7a546272b32d706.tar.gz
ports-c33cfd0341f6ae93e2601af1c7a546272b32d706.zip
- Update to 1.3.3
Notes
Notes: svn path=/head/; revision=321615
Diffstat (limited to 'databases/rubygem-sqlite3-ruby/Makefile')
-rw-r--r--databases/rubygem-sqlite3-ruby/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/databases/rubygem-sqlite3-ruby/Makefile b/databases/rubygem-sqlite3-ruby/Makefile
index e1b0c5c63092..21a11ade2c76 100644
--- a/databases/rubygem-sqlite3-ruby/Makefile
+++ b/databases/rubygem-sqlite3-ruby/Makefile
@@ -1,12 +1,8 @@
-# New ports collection makefile for: sqlite3-ruby
-# Date created: 26 June 2003
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= sqlite3-ruby
-PORTVERSION= 1.3.2
+PORTVERSION= 1.3.3
CATEGORIES= databases rubygems
MASTER_SITES= RG
@@ -15,6 +11,7 @@ COMMENT= Ruby interface to the SQLite DB engine version 3
LIB_DEPENDS= sqlite3.8:${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}
@@ -24,4 +21,6 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+PLIST_FILES+= bin/sqlite3_ruby
+
.include <bsd.port.mk>