Lines 1-12
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= asyncssh |
3 |
PORTNAME= asyncssh |
4 |
PORTVERSION= 1.12.0 |
4 |
PORTVERSION= 1.14.0 |
5 |
CATEGORIES= security python |
5 |
CATEGORIES= security python |
6 |
MASTER_SITES= CHEESESHOP |
6 |
MASTER_SITES= CHEESESHOP |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
|
8 |
|
9 |
MAINTAINER= bartosz@ixsystems.com |
9 |
MAINTAINER= bartosz@ixsystems.com |
10 |
COMMENT= Python asnycio SSH protocol library |
10 |
COMMENT= Python asnycio SSH protocol library |
11 |
|
11 |
|
12 |
LICENSE= EPL |
12 |
LICENSE= EPL |
Lines 19-22
Link Here
|
19 |
USE_PYTHON= autoplist concurrent distutils |
19 |
USE_PYTHON= autoplist concurrent distutils |
20 |
NO_ARCH= yes |
20 |
NO_ARCH= yes |
21 |
|
21 |
|
|
|
22 |
do-test: |
23 |
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test |
24 |
|
22 |
.include <bsd.port.mk> |
25 |
.include <bsd.port.mk> |