22 lines
440 B
Makefile
22 lines
440 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= selectors2
|
|
DISTVERSION= 2.0.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= john@saltant.com
|
|
COMMENT= Backported, durable, and portable I/O selectors for Python
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
DEPRECATED= Python 2 is EOL upstream
|
|
EXPIRATION_DATE= 2020-12-31
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|