ports/math/py-datedelta/Makefile

26 lines
431 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = date arithmetic for Python
MODPY_EGG_VERSION = 1.4
DISTNAME = datedelta-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
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
FLAVOR = python3
FLAVORS = python3
.include <bsd.port.mk>