forked from Lainports/opnsense-ports
16 lines
339 B
Makefile
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>
|