mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See: https://github.com/macports/macports-ports/pull/11606 See: https://trac.macports.org/ticket/56050
34 lines
1.2 KiB
Tcl
34 lines
1.2 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup stvchu memcacheq 0.2.1 v
|
|
revision 0
|
|
checksums rmd160 56fbde56ddad39b43cd49fd0b2d19d96b3ac824c \
|
|
sha256 ace33313568959b5a301dda491f63af09793987b73fd15abd3fb613829eda07e \
|
|
size 128860
|
|
|
|
categories sysutils
|
|
platforms darwin
|
|
maintainers {gmail.com:cofyc.jackson @cofyc}
|
|
license BSD
|
|
|
|
description Simple Queue Service over Memcache.
|
|
|
|
long_description MemcacheQ is a memcachedb variant that provides \
|
|
simple message queue service.
|
|
|
|
github.tarball_from archive
|
|
|
|
depends_lib port:libevent \
|
|
port:db47
|
|
|
|
patchfiles implicit.patch
|
|
|
|
configure.args --with-libevent=${prefix}
|
|
|
|
configure.cflags-append -std=gnu89
|
|
configure.cppflags-append -I${prefix}/include/db47
|
|
configure.ldflags-append -L${prefix}/lib/db47
|