- Mark broken on 10.0 and newer because it doesn't build [2] - Stage just so I can commit [2] - Switch to USES=tar:bzip2 to silence warnings [2] - Cleanup pkg-descr [2] - Bump PORTREVISION for package change (pkg-descr) [2] - Not assigning maintainership because port is expiring PR: ports/188825 [1] PR: ports/189681 [2] Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [2]
31 lines
694 B
Makefile
31 lines
694 B
Makefile
# Created by: Qing Feng <qingfeng@douban.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cmemcache
|
|
PORTVERSION= 0.95
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= http://gijsbert.org/downloads/cmemcache/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python API for memcached, a distributed memory cache daemon
|
|
|
|
LIB_DEPENDS= libmemcache.so:${PORTSDIR}/databases/libmemcache
|
|
|
|
USES= tar:bzip2
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
DEPRECATED= Deprecated upstream
|
|
EXPIRATION_DATE=2014-06-12
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 1000000
|
|
BROKEN= Does not build with CLANG or GCC greater than 4.2
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|