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

16 lines
339 B
Makefile

PORTNAME= memory_allocator
PORTVERSION= 0.1.3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Allocate memory easily with cython
WWW= https://pypi.org/project/memory-allocator/
LICENSE= GPLv3
USES= python
USE_PYTHON= cython distutils
.include <bsd.port.mk>