aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-01-05 23:34:56 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-01-05 23:34:56 +0000
commitd5f91b29716e80c0411a9ccbad978f2e156bb82b (patch)
tree073ada8e374380816b7a76cd812e383afd010a4d /databases/Makefile
parentcc94b105fb8a0b90c7396da071592ee178e87ae8 (diff)
downloadports-d5f91b29716e80c0411a9ccbad978f2e156bb82b.tar.gz
ports-d5f91b29716e80c0411a9ccbad978f2e156bb82b.zip
MySAC: MySQL Simple Asynchonous Client
MySAC is a library that provides mechanisms for making asynchronous request to MySQL database. It uses uses the official MySQL client library for authentication and network functions. Memory allocation must be done in user code, so any memory manager can be used. WWW: http://cv.arpalert.org/page.sh?mysac PR: ports/163767 Submitted by: Jake Smith <jake@xz.cx>
Notes
Notes: svn path=/head/; revision=288576
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 685d9326b65b..ffe359527b22 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -196,6 +196,7 @@
SUBDIR += mydbf2mysql
SUBDIR += mydumper
SUBDIR += mylibrary
+ SUBDIR += mysac
SUBDIR += mysql++1
SUBDIR += mysql++3
SUBDIR += mysql-connector-c++