create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

16
python/py-typing/Makefile Normal file
View File

@@ -0,0 +1,16 @@
# $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>