25 lines
433 B
Makefile
25 lines
433 B
Makefile
# $OpenBSD: Makefile,v 1.9 2020/11/30 15:47:52 jasper 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>
|