freebsd-ports/devel/py-pep562/Makefile

21 lines
387 B
Makefile
Raw Normal View History

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= pep562
PORTVERSION= 1.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Backport of PEP 562
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>