mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
222ee7ce98
- Change MASTER_SITES to CHEESESHOP - Add NO_ARCH - Allow concurrent installation (USE_PYTHON=concurrent) - Relax USES=python - Add PyPI as primary WWW - Update WWW Changes: https://github.com/linsomniac/python-memcached/blob/master/ChangeLog
20 lines
409 B
Makefile
20 lines
409 B
Makefile
# Created by: Michael Johnson <ahze@ahze.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= python-memcached
|
|
PORTVERSION= 1.57
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Python API for memcached, a distributed memory cache daemon
|
|
|
|
LICENSE= PSFL
|
|
|
|
NO_ARCH= yes
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
USES= python
|
|
|
|
.include <bsd.port.mk>
|