ports/devel/py-cached-property/Makefile
2017-09-22 12:25:53 +00:00

18 lines
357 B
Makefile

# $FreeBSD$
PORTNAME= cached-property
PORTVERSION= 1.3.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lifanov@FreeBSD.org
COMMENT= Decorator for caching properties in classes
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>