cee313abc9
Backport of the standard library module zoneinfo. PR: 256883 Approved by: lwhsu (mentor)
16 lines
362 B
Makefile
16 lines
362 B
Makefile
PORTNAME= backports.zoneinfo
|
|
DISTVERSION= 0.2.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ygy@FreeBSD.org
|
|
COMMENT= Backport of the standard library module zoneinfo
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.7+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|