mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
20 lines
497 B
Makefile
20 lines
497 B
Makefile
# Created by: Michael Johnson <ahze@ahze.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= python-memcached
|
|
PORTVERSION= 1.54
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= http://ftp.tummy.com/pub/python-memcached/ \
|
|
http://ftp.tummy.com/pub/python-memcached/old-releases/ \
|
|
LOCAL/sunpoet
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Python API for memcached, a distributed memory cache daemon
|
|
|
|
LICENSE= PSFL
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
USES= python:2
|
|
|
|
.include <bsd.port.mk>
|