Lines 1-10
Link Here
|
1 |
# Created by: Kubilay Kocak <koobs@FreeBSD.org> |
1 |
# Created by: Kubilay Kocak <koobs@FreeBSD.org> |
2 |
|
2 |
|
3 |
PORTNAME= aiohttp |
3 |
PORTNAME= aiohttp |
4 |
DISTVERSION= 3.7.4.post0 |
4 |
PORTVERSION= 3.7.4p0 |
5 |
CATEGORIES= www python |
5 |
CATEGORIES= www python |
6 |
MASTER_SITES= CHEESESHOP |
6 |
MASTER_SITES= CHEESESHOP/source/${DISTNAME:C/(.).*/\1/}/${PORTNAME} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
|
|
8 |
DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/.post/} |
8 |
|
9 |
|
9 |
MAINTAINER= koobs@FreeBSD.org |
10 |
MAINTAINER= koobs@FreeBSD.org |
10 |
COMMENT= Async http client/server framework (asyncio) |
11 |
COMMENT= Async http client/server framework (asyncio) |