Update security/nextcloud-twofactor_u2f to version 1.5.2_1
[dports.git] / security / py-libnacl / Makefile
1 # Created by: Kubilay Kocak <koobs@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       libnacl
5 PORTVERSION=    1.5.2
6 PORTREVISION=   1
7 CATEGORIES=     security python
8 MASTER_SITES=   CHEESESHOP
9 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
10
11 MAINTAINER=     koobs@FreeBSD.org
12 COMMENT=        Python bindings for libsodium/tweetnacl based on ctypes
13
14 LICENSE=        APACHE20
15 LICENSE_FILE=   ${WRKSRC}/LICENSE
16
17 LIB_DEPENDS=    libsodium.so:security/libsodium
18
19 USES=           python
20 USE_PYTHON=     autoplist distutils
21
22 NO_ARCH=        yes
23
24 do-test:
25         ${TOUCH} ${WRKSRC}/tests/__init__.py
26         @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
27
28 .include <bsd.port.mk>