freebsd-ports/devel/py-decoratortools/Makefile
2021-04-06 16:31:07 +02:00

22 lines
452 B
Makefile

# Created by: alexander smishlajev
PORTNAME= decoratortools
PORTVERSION= 1.8
PORTREVISION= 4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= DecoratorTools-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Class, function, and metaclass decorators
LICENSE= PSFL ZPL21
LICENSE_COMB= dual
USES= python:3.6+ zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>