aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-mysql2
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-01-23 02:26:31 +0000
committerSteve Wills <swills@FreeBSD.org>2013-01-23 02:26:31 +0000
commit4e6dfe0453d309100db729509db21332e1a31dea (patch)
treeac419a523611fa3799a5191469bab2cb7ad82b98 /databases/rubygem-mysql2
parentce4a5d1aba8ea24536dfa57c56a97f82a690721e (diff)
downloadports-4e6dfe0453d309100db729509db21332e1a31dea.tar.gz
ports-4e6dfe0453d309100db729509db21332e1a31dea.zip
Notes
Diffstat (limited to 'databases/rubygem-mysql2')
-rw-r--r--databases/rubygem-mysql2/Makefile18
-rw-r--r--databases/rubygem-mysql2/distinfo2
-rw-r--r--databases/rubygem-mysql2/pkg-descr5
3 files changed, 25 insertions, 0 deletions
diff --git a/databases/rubygem-mysql2/Makefile b/databases/rubygem-mysql2/Makefile
new file mode 100644
index 000000000000..566f8eb33c29
--- /dev/null
+++ b/databases/rubygem-mysql2/Makefile
@@ -0,0 +1,18 @@
+# Created by: Kimo <kimor79@yahoo.com>
+# $FreeBSD$
+
+PORTNAME= mysql2
+PORTVERSION= 0.3.11
+CATEGORIES= databases rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Simple, fast MySQL library for Ruby, binding to libmysql
+
+USE_MYSQL= yes
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/databases/rubygem-mysql2/distinfo b/databases/rubygem-mysql2/distinfo
new file mode 100644
index 000000000000..9cea67ee78bc
--- /dev/null
+++ b/databases/rubygem-mysql2/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/mysql2-0.3.11.gem) = 134f848e91d60756083873b66fc471a029b5df51c35852ef5a3a0f9f7a496641
+SIZE (rubygem/mysql2-0.3.11.gem) = 41984
diff --git a/databases/rubygem-mysql2/pkg-descr b/databases/rubygem-mysql2/pkg-descr
new file mode 100644
index 000000000000..895cc0fa1963
--- /dev/null
+++ b/databases/rubygem-mysql2/pkg-descr
@@ -0,0 +1,5 @@
+The Mysql2 gem is meant to serve the extremely common use-case of connecting,
+querying and iterating on results. Some database libraries out there serve as
+direct 1:1 mappings of the already complex C API's available. This one is not.
+
+WWW: http://github.com/brianmario/mysql2