blob: 109e7276d705c142766086cb7d1ecbf3365a7174 (
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
24
|
# 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>
|