mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
23 lines
381 B
Makefile
23 lines
381 B
Makefile
COMMENT = date arithmetic for Python
|
|
|
|
MODPY_DISTV = 1.4
|
|
|
|
DISTNAME = datedelta-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 4
|
|
|
|
CATEGORIES = math
|
|
|
|
HOMEPAGE = https://github.com/aaugustin/datedelta/
|
|
MAINTAINER = George Rosamond <george@nycbug.org>
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = poetry-core
|
|
|
|
.include <bsd.port.mk>
|