blob: 2f757bf875e5bdf83a4f70f64f760f0531c0883a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: py-cmemcache
# Date created: 17 Jan 2009
# Whom: Qing Feng <qingfeng@douban.com>
#
# $FreeBSD$
#
PORTNAME= cmemcache
PORTVERSION= 0.95
CATEGORIES= databases python
MASTER_SITES= http://gijsbert.org/downloads/cmemcache/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= qingfeng@douban.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>
|