freebsd-ports/devel/py-darts.util.lru/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

18 lines
362 B
Makefile

PORTNAME= darts.util.lru
PORTVERSION= 0.5
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Simple dictionary with LRU behaviour in Python
WWW= https://pypi.org/project/darts.util.lru/
LICENSE= MIT
NO_ARCH= yes
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>