freebsd-ports/databases/py-memcached/Makefile
Marcus Alves Grando fa5152c5eb Update to 1.2_tummy5
Bump PORTREVISION
Remove unnecessary dependency
Use PYTHON_PKGNAMEPREFIX in PKGNAMEPREFIX
Take MAINTAINER
2005-12-15 16:39:13 +00:00

22 lines
531 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.2
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= ftp://ftp.tummy.com/pub/python-memcached/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION:S/$/_tummy5/}
MAINTAINER= mnag@FreeBSD.org
COMMENT= Python API for memcached, a distributed memory cache daemon
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>