mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
cae53ca0e1
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>
25 lines
621 B
Makefile
25 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>
|