mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 16:20:33 -04:00
17 lines
334 B
Makefile
17 lines
334 B
Makefile
# 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>
|