aboutsummaryrefslogtreecommitdiff
path: root/devel/py-decoratortools/Makefile
blob: 5f5aa11fd454f01919fb3aaeb65d149508a77e63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>