mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
20 lines
334 B
Makefile
20 lines
334 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= typing
|
|
PORTVERSION= 3.7.4
|
|
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:-3.4
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|