diff --git a/security/py-spake2/Makefile b/security/py-spake2/Makefile index 5c81c36a1edf..ca4cb9ca1484 100644 --- a/security/py-spake2/Makefile +++ b/security/py-spake2/Makefile @@ -1,13 +1,15 @@ PORTNAME= spake2 PORTVERSION= 0.8 CATEGORIES= security MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= swills@FreeBSD.org COMMENT= SPAKE2 password-authenticated key exchange (pure python) USES= python:3.6+ USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include