freebsd-ports/devel/py-overrides/Makefile

19 lines
423 B
Makefile

PORTNAME= overrides
PORTVERSION= 7.7.0
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
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>