blob: 8a6618b44731f8218cc469f2f0cd20e226ce2392 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= memory_allocator
PORTVERSION= 0.1.3
PORTREVISION= 1
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>
|