Files
ports/devel/py-mypy_extensions/Makefile
T
Rene Ladan 878b93dbd9 Remove empty PY_TYPING from ports using Python 3.6+
Leave out textproc/py-sphinx[18] for now.
2021-01-10 19:32:23 +00:00

21 lines
370 B
Makefile

# $FreeBSD$
PORTNAME= mypy_extensions
PORTVERSION= 0.4.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Experimental type system extensions for programs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>