opnsense-ports/devel/py-terminable_thread/Makefile
Franco Fichtner 0d9b23e597 */*: sync with upstream
Taken from: HardenedBSD
2017-11-30 18:31:08 +01:00

19 lines
393 B
Makefile

# $FreeBSD$
PORTNAME= terminable_thread
PORTVERSION= 0.7.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= truckman@FreeBSD.org
COMMENT= Thread subclass / raise exceptions or terminate from another thread
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/COPYING
NO_ARCH= yes
USES= python:2.7
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>