freebsd-ports/devel/py-asyncio/Makefile
Marcus von Appen 89e07f4a18 - Convert ports of devel/ to USES=python
Approved by:	portmgr (implicit)
2014-10-20 16:04:12 +00:00

22 lines
448 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= asyncio
PORTVERSION= 3.4.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Reference implementation of PEP 3156 (Asynchronous IO)
LICENSE= APACHE20
USES= python:3.3+
USE_PYTHON= distutils autoplist
regression-test: build
@cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.mk>