mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
24 lines
414 B
Makefile
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>
|