17 lines
347 B
Makefile
17 lines
347 B
Makefile
PORTNAME= memory_allocator
|
|
PORTVERSION= 0.1.4
|
|
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= pytest python
|
|
USE_PYTHON= cython3 distutils
|
|
|
|
.include <bsd.port.mk>
|