forked from Lainports/opnsense-ports
19 lines
393 B
Makefile
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>
|