freebsd-ports/devel/py-timelib/Makefile
2024-01-20 13:11:38 +00:00

14 lines
316 B
Makefile

PORTNAME= timelib
PORTVERSION= 0.3.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Parse English textual date descriptions
WWW= https://pypi.org/project/timelib/
USES= python
USE_PYTHON= cython distutils autoplist
.include <bsd.port.mk>