aboutsummaryrefslogblamecommitdiff
path: root/www/py-aiohttp_cors/Makefile
blob: f5eb3f25c934633c9d0826db4f990ce0e016121c (plain) (tree)
1
                                                  





















                                                                               
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	aiohttp_cors
PORTVERSION=	0.7.0
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	aiohttp-cors-${PORTVERSION}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	CORS support for aiohttp

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>=1.1:www/py-aiohttp@${PY_FLAVOR}

USES=		python:3.4+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>