blob: b61926038299c5feaf6573c99483ed7b40a8b4d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: py-memcached
# Date created: 2004-04-16
# Whom: michael johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= memcached
PORTVERSION= 1.31
CATEGORIES= databases python
MASTER_SITES= ftp://ftp.tummy.com/pub/python-memcached/
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
.include <bsd.port.mk>
|