ports/devel/py-terminable_thread/Makefile
Don Lewis f4d7d6de59 Nuke PORTREVISION, this is a new port.
Sort USE_PYTHON.

Requested by:	rm
Pointy hat to:	truckman
2016-02-10 19:45:07 +00: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>