opnsense-ports/devel/py-donut-shellcode/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

19 lines
379 B
Makefile

PORTNAME= donut-shellcode
DISTVERSION= 1.0.2
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= acm@FreeBSD.org
COMMENT= donut shellcode Python C extension
WWW= https://github.com/TheWover/donut
LICENSE= BSD3CLAUSE
USES= dos2unix python
USE_PYTHON= distutils autoplist
DOS2UNIX_GLOB= *.py
.include <bsd.port.mk>