1fa812221a
- Cleanup MASTER_SITES Changes: https://github.com/linsomniac/python-memcached/blob/master/ChangeLog
21 lines
534 B
Makefile
21 lines
534 B
Makefile
# Created by: Michael Johnson <ahze@ahze.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= 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}
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
|
|
|
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>
|