Files
ports/devel/py-holidays/Makefile
T
2026-03-16 22:28:25 +00:00

24 lines
414 B
Makefile

COMMENT = generate and work with holidays in Python
MODPY_DISTV = 0.92
DISTNAME = holidays-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
REVISION = 0
CATEGORIES = devel
MAINTAINER = Daniel Dickman <daniel@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
RUN_DEPENDS = devel/py-dateutil \
korean/py-korean-lunar-calendar
.include <bsd.port.mk>