Revision
133570
Author
pixilla@macports.org
Date
2015-03-05 08:46:59 -0800 (Thu, 05 Mar 2015)

Log Message

databases/hiredis:
- New port.

Added Paths

Diff

Added: trunk/dports/databases/hiredis/Portfile (0 => 133570)


--- trunk/dports/databases/hiredis/Portfile	                        (rev 0)
+++ trunk/dports/databases/hiredis/Portfile	2015-03-05 16:46:59 UTC (rev 133570)
@@ -0,0 +1,26 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+
+github.setup        redis hiredis 0.12.1 v
+categories          databases
+platforms           darwin
+license             BSD
+
+maintainers         pixilla openmaintainer
+
+description         Hiredis is a minimalistic C client library for the Redis database.
+long_description    ${description}
+
+checksums           rmd160  56595fa744ea3855e45943e114d80908c9e85e06 \
+                    sha256  b83303b2adba85b9d384d5db124f89ca02550ee58ecfed2502c75d06068f7406
+
+use_configure       no
+
+variant universal {}
+
+build.args-append   CC="${configure.cc} [get_canonical_archflags cc]"
+destroot.args       PREFIX=${prefix} \
+                    LIBRARY_PATH=lib
Property changes on: trunk/dports/databases/hiredis/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style