opnsense-ports/devel/py-terminable_thread/Makefile
Franco Fichtner 8758ae3186 */*: sync with upstream
Taken from: FreeBSD
2016-02-15 04:34:34 +01:00

19 lines
389 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
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>