freebsd-ports/devel/py-memory-allocator/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

17 lines
344 B
Makefile

PORTNAME= memory_allocator
PORTVERSION= 0.1.3
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:3.6+
USE_PYTHON= cython distutils
.include <bsd.port.mk>