ports/devel/py-immutabledict/Makefile

23 lines
417 B
Makefile

COMMENT= immutable dictionary
MODPY_EGG_VERSION= 2.2.4
DISTNAME= immutabledict-${MODPY_EGG_VERSION}
PKGNAME= py-immutabledict-${MODPY_EGG_VERSION}
CATEGORIES= devel
HOMEPAGE= https://github.com/corenting/immutabledict
MAINTAINER = Renaud Allard <renaud@allard.it>
# MIT
PERMIT_PACKAGE= Yes
FLAVORS= python3
FLAVOR= python3
MODULES= lang/python
MODPY_PYBUILD= poetry-core
MODPY_PI= Yes
.include <bsd.port.mk>