FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
22 lines
530 B
Makefile
22 lines
530 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= asyncssh
|
|
PORTVERSION= 1.12.0
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bartosz@ixsystems.com
|
|
COMMENT= Python asnycio SSH protocol library
|
|
|
|
LICENSE= EPL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>0:security/py-bcrypt@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR}
|
|
|
|
USES= python:3.4+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|