mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
24be38ac91
PR: 257154 Reported by: Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
26 lines
572 B
Makefile
26 lines
572 B
Makefile
# Created by: Alessando Sagratini <ale_sagra@hotmail.com>
|
|
|
|
PORTNAME= pymemcache
|
|
PORTVERSION= 3.5.0
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ale_sagra@hotmail.com
|
|
COMMENT= Comprehensive, fast, pure-Python memcached client
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
do-test:
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v
|
|
|
|
.include <bsd.port.mk>
|