freebsd-ports/databases/py-cmemcache/Makefile
Philip M. Gollucci 116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00

23 lines
584 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}
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>