freebsd-ports/devel/py-asyncio/Makefile
Kubilay Kocak 2ce13a22d9 devel/py-asyncio: Correctly set primary category
- Change primary category from www to devel
2014-06-20 07:40:25 +00:00

23 lines
463 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
USE_PYTHON= 3.3+
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
regression-test: build
@cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.mk>