mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
Since devel/py-promise requires 3.6.4+, the minimal version is set to 3.6.4. With hat: python
22 lines
392 B
Makefile
22 lines
392 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mypy_extensions
|
|
PORTVERSION= 0.4.1
|
|
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
|
|
|
|
RUN_DEPENDS= ${PY_TYPING}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|