10131515a5
- Add NO_ARCH - Update pkg-descr - Take maintainership Changes: https://github.com/pydanny/cached-property/releases
18 lines
374 B
Makefile
18 lines
374 B
Makefile
PORTNAME= cached-property
|
|
PORTVERSION= 1.5.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Decorator for caching properties in classes
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|