Index: head/security/py-bcrypt/Makefile =================================================================== --- head/security/py-bcrypt/Makefile (revision 452386) +++ head/security/py-bcrypt/Makefile (revision 452387) @@ -1,28 +1,28 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= bcrypt PORTVERSION= 3.1.4 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbaio@FreeBSD.org COMMENT= Modern password hashing for your software and your servers LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.2.1:devel/py-pytest USES= python USE_PYTHON= autoplist concurrent distutils do-test: - @cd ${WRKSRC} && pytest -v + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/bcrypt/_bcrypt.so .include