24 lines
429 B
Makefile
24 lines
429 B
Makefile
# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:43 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 = 1
|
|
|
|
# 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>
|