1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/databases/py-python-memcached/Makefile
Sunpoet Po-Chuan Hsieh 222ee7ce98 - Update to 1.57
- 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
2015-12-30 12:13:50 +00:00

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>