ajacoutot b25fdb8308 Fox python3 only ports, use the proper construct for FLAVOR and forcibly assign
the variable.
FLAVOR = python3
(not FLAVOR =?)

ok sthen@
2021-02-27 11:13:34 +00:00

25 lines
436 B
Makefile

# $OpenBSD: Makefile,v 1.10 2021/02/27 11:13:35 ajacoutot Exp $
COMMENT = pipe interface for radare2
MODPY_EGG_VERSION = 1.5.3
DISTNAME = r2pipe-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
HOMEPAGE = https://radare.org/
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>