summaryrefslogtreecommitdiff
path: root/devel/py-overrides/Makefile
blob: 4df40682743cf8ad0c50f518dbf388881638f00a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	overrides
PORTVERSION=	7.3.1
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Decorator to automatically detect mismatch when overriding a method
WWW=		https://github.com/mkorpela/overrides

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python:3.7+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>