aboutsummaryrefslogtreecommitdiff
path: root/devel/py-memory-allocator/Makefile
blob: c002827f716772cf315d07890cb1e5b36facc983 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: thierry@pompo.net

PORTNAME=	memory_allocator
PORTVERSION=	0.1.2
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	Allocate memory easily with cython

LICENSE=	GPLv3

USES=		python:3.6+
USE_PYTHON=	cython distutils

.include <bsd.port.mk>