blob: 83ee72bf497b4d8dea126d1237962ca4c3aaea83 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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>
|