freebsd-ports/security/py-muacrypt/Makefile
Vinícius Zavam 9c810de20d [NEW] security/py-muacrypt: Support tool and API for Autocrypt mail agents
muacrypt is a support tool for implementing Autocrypt Level 1 compliant
  mail agents.

  Autocrypt state is kept in one or more accounts which process and produce
  autocrypt headers from respective incoming and outgoing e-mail. Each
  account is tied to a set of e-mail addresses, specified as a regular
  expression.

  Functionality is exposed through a command line tool muacrypt and a
  Python API obtained through import muacrypt.

  WWW: https://pypi.org/project/muacrypt/
2019-07-18 16:28:45 +00:00

29 lines
837 B
Makefile

# $FreeBSD$
PORTNAME= muacrypt
PORTVERSION= 0.9.1
CATEGORIES= security mail python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= egypcio@FreeBSD.org
COMMENT= Support tool and API for Autocrypt mail agents
LICENSE= MIT
RUN_DEPENDS= gpg2:security/gnupg \
${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}execnet>=0:sysutils/py-execnet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pluggy>=0:devel/py-pluggy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}termcolor>=0:devel/py-termcolor@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tox>=0:devel/py-tox@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>