ports/devel/py-crashtest/Makefile
Po-Chuan Hsieh cc0961caab
devel/py-crashtest: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2023-06-30 15:03:21 +08:00

22 lines
487 B
Makefile

PORTNAME= crashtest
PORTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Manage Python errors with ease
WWW= https://github.com/sdispater/crashtest
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.1.0:devel/py-poetry-core@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>