ports/devel/py-pytz/Makefile
2024-09-11 10:27:04 +08:00

20 lines
381 B
Makefile

PORTNAME= pytz
PORTVERSION= 2024.2
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= World Timezone Definitions for Python
WWW= https://pythonhosted.org/pytz/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>