freebsd-ports/devel/py-pylibsrtp/Makefile
Steve Wills cf2b74ef55 deve/py-pylibsrtp: create port
pylibsrtp is a Python wrapper around libsrtp, making it possible to encrypt and
decrypt Secure Real-time Transport Protocol (SRTP) packets from Python code.

SRTP is a profile of the Real-time Transport Protocol (RTP) which provides
confidentiality, message authentication, and replay protection. It is defined
by RFC 3711.

WWW: https://github.com/jlaine/pylibsrtp
2018-10-09 04:33:00 +00:00

22 lines
479 B
Makefile

# $FreeBSD$
PORTNAME= pylibsrtp
PORTVERSION= 0.6.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= swills@FreeBSD.org
COMMENT= Python wrapper around libsrtp
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libsrtp2.so:net/libsrtp2
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR}
USES= localbase python:3.5+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>