b01a8a2df7
This port is noop on anything equal or greater than Python 3.5 Reported by: sunpoet
19 lines
333 B
Makefile
19 lines
333 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= typing
|
|
PORTVERSION= 3.6.4
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Type Hints for Python
|
|
|
|
LICENSE= PSFL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USES= python:-3.4
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|