While here, add test target PR: 230151 Submitted by: Nathan <ndowens@yahoo.com> Approved by: maintainer timeout (bartosz@ixsystems.com, >2 months) MFH: 2018Q4 Security: 0e8f496a-b498-11e8-bdcf-74d435e60b7c
25 lines
596 B
Makefile
25 lines
596 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= asyncssh
|
|
PORTVERSION= 1.14.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
|
|
|
|
do-test:
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
|
|
|
|
.include <bsd.port.mk>
|