e3530878a1
PR: 246593 Submitted by: Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer) Approved by: mentors (implicit) Changelog: https://github.com/pinterest/pymemcache/releases/tag/v3.2.0
26 lines
579 B
Makefile
26 lines
579 B
Makefile
# Created by: Alessando Sagratini <ale_sagra@hotmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pymemcache
|
|
PORTVERSION= 3.2.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
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
do-test:
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v
|
|
|
|
.include <bsd.port.mk>
|