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>
