24 lines
429 B
Makefile
24 lines
429 B
Makefile
# $OpenBSD: Makefile,v 1.4 2021/11/02 00:00:48 sthen Exp $
|
|
|
|
COMMENT = serialize all of python
|
|
|
|
MODPY_EGG_VERSION = 0.3.1.1
|
|
DISTNAME = dill-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
CATEGORIES = devel
|
|
REVISION = 2
|
|
|
|
# Apache v2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_SETUPTOOLS = Yes
|
|
MODPY_PYTEST = Yes
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
.include <bsd.port.mk>
|