A more recent version is required for my upcoming devel/angr update. Tested by and OK edd
26 lines
439 B
Makefile
26 lines
439 B
Makefile
# $OpenBSD: Makefile,v 1.4 2019/09/15 13:25:36 kn Exp $
|
|
|
|
COMMENT= Google data interchange format (protocol buffers)
|
|
|
|
MODPY_EGG_VERSION= 3.9.1
|
|
DISTNAME= protobuf-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= devel
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PI_DIR= p/protobuf
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
FLAVORS= python3
|
|
FLAVOR ?=
|
|
|
|
RUN_DEPENDS= devel/py-six${MODPY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|