mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 03:51:18 +02:00
create bsd12 branch
This commit is contained in:
16
python/py-typing/Makefile
Normal file
16
python/py-typing/Makefile
Normal 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>
|
||||
Reference in New Issue
Block a user