freebsd-ports/databases/py-cmemcache/Makefile
Martin Wilke cae53ca0e1 Python extension for libmemcache, the C API to memcached. cmemcache API is the
same as python-memcache, so it is easy to replace python-memcache with
cmemcache, and vice versa.

WWW:	http://gijsbert.org/cmemcache/

PR:		ports/132699
Submitted by:	Qing Feng <qingfeng at me.com>
2009-03-16 21:46:57 +00:00

24 lines
621 B
Makefile

# New ports collection makefile for: py-cmemcache
# Date created: 17 Jan 2009
# Whom: Qing Feng <qingfeng@me.com>
#
# $FreeBSD$
#
PORTNAME= cmemcache
PORTVERSION= 0.95
CATEGORIES= databases python
MASTER_SITES= http://gijsbert.org/downloads/cmemcache/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= qingfeng@me.com
COMMENT= Python API for memcached, a distributed memory cache daemon
LIB_DEPENDS= memcache:${PORTSDIR}/databases/libmemcache
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>