aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-15 12:52:07 +0200
committerLoïc Hoguin <[email protected]>2016-11-15 12:52:07 +0200
commit5c6cedf9926c3106f558113524f91a8539eef337 (patch)
treebfe39188ffbceaff1c5e6b6c14941780189e74d9 /Makefile
parent9e5cce8cbdb8c083cbde848010b4a89a9fd1a233 (diff)
downloadranch-5c6cedf9926c3106f558113524f91a8539eef337.tar.gz
ranch-5c6cedf9926c3106f558113524f91a8539eef337.tar.bz2
ranch-5c6cedf9926c3106f558113524f91a8539eef337.zip
Add ssl to the list of dependencies
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e51bc96..dff32c2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
# See LICENSE for licensing information.
PROJECT = ranch
+PROJECT_DESCRIPTION = Socket acceptor pool for TCP protocols.
+PROJECT_VERSION = 1.3.0
+PROJECT_REGISTERED = ranch_server
# Options.
@@ -18,6 +21,8 @@ CI_ERLLVM ?= $(CI_HIPE)
# Dependencies.
+LOCAL_DEPS = ssl
+
TEST_DEPS = ct_helper
dep_ct_helper = git https://github.com/ninenines/ct_helper master