Files
bsdports/python/py-typing/Makefile
2019-12-26 07:26:06 +00:00

17 lines
349 B
Makefile

# $FreeBSD: head/devel/py-typing/Makefile 460987 2018-02-05 17:28:33Z rm $
PORTNAME= typing
PORTVERSION= 3.6.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Type Hints for Python
NO_ARCH= yes
USES= python:-3.4
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>