freebsd-ports/security/py-libnacl/Makefile
Kubilay Kocak 13478c1a93 security/py-libnacl: Update to 1.4.2
- Update to 1.4.2

Changes:

  * https://libnacl.readthedocs.org/en/latest/topics/releases/index.html

PR:		200233
Submitted by:	Jason Unovitch <jason.unovitch gmail com>
2015-05-18 12:42:33 +00:00

21 lines
466 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= libnacl
PORTVERSION= 1.4.2
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Python bindings for libsodium/tweetnacl based on ctypes
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libsodium.so:${PORTSDIR}/security/libsodium
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>