999e11f163
module written by Charles-François Natali. This port is based on Victor Stinner’s trollius/selectors.py port. WWW: https://pypi.python.org/pypi/selectors34
20 lines
390 B
Makefile
20 lines
390 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= selectors34
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Backport of the selectors module from Python 3.4
|
|
|
|
LICENSE= PSFL
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
|
|
|
|
NO_ARCH= yes
|
|
USES= python:2.7-3.3
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|