ports/devel/py-dill/Makefile

23 lines
413 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = serialize all of python
2023-09-11 22:02:06 +00:00
MODPY_EGG_VERSION = 0.3.7
2023-08-16 22:26:55 +00:00
DISTNAME = dill-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
# https://github.com/uqfoundation/dill
HOMEPAGE = https://dill.readthedocs.io/
2023-09-11 22:02:06 +00:00
# BSD
2023-08-16 22:26:55 +00:00
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>