freebsd-ports/devel/py-crashtest/Makefile
Sunpoet Po-Chuan Hsieh b928f3f2b9 Add py-crashtest 0.3.0
Crashtest manages Python errors to provide better error messages.

WWW: https://github.com/sdispater/crashtest
2020-04-21 19:33:04 +00:00

21 lines
412 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= crashtest
PORTVERSION= 0.3.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Manage Python errors with ease
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>