77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
20 lines
374 B
Makefile
20 lines
374 B
Makefile
PORTNAME= pep562
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Backport of PEP 562
|
|
WWW= https://github.com/facelessuser/pep562
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|