19 lines
365 B
Makefile
19 lines
365 B
Makefile
# Created by: Kyle Evans <kevans@FreeBSD.org>
|
|
|
|
PORTNAME= pylru
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kevans@FreeBSD.org
|
|
COMMENT= Least recently used (lru) cache implementation
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|