ports/devel/py-dill/Makefile

22 lines
413 B
Makefile

COMMENT = serialize all of python
MODPY_EGG_VERSION = 0.3.7
DISTNAME = dill-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
# https://github.com/uqfoundation/dill
HOMEPAGE = https://dill.readthedocs.io/
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>