6a54a480ee
Changes: https://github.com/python/typing/commits/master PR: 244416 Submitted by: sunpoet (myself) Approved by: rm (maintainer)
20 lines
335 B
Makefile
20 lines
335 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= typing
|
|
PORTVERSION= 3.7.4.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Type Hints for Python
|
|
|
|
LICENSE= PSFL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|