Files
ports/databases/py-memcached/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

24 lines
600 B
Makefile

# New ports collection makefile for: py-memcached
# Date created: 2004-04-16
# Whom: michael johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= memcached
PORTVERSION= 1.36
CATEGORIES= databases python
MASTER_SITES= ftp://ftp.tummy.com/pub/python-memcached/ \
ftp://ftp.tummy.com/pub/python-memcached/old-releases/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= mnag@FreeBSD.org
COMMENT= Python API for memcached, a distributed memory cache daemon
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= python-memcached
.include <bsd.port.mk>