25 lines
436 B
Makefile
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>
|