aboutsummaryrefslogtreecommitdiff
path: root/devel/py-terminable_thread/Makefile
blob: 8c03037304b83e3b831801de0207b8f6cea05ed6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $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>