mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
19 lines
389 B
Makefile
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>
|