mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
17 lines
349 B
Makefile
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>
|