freebsd-ports/devel/py-stopit/Makefile
Danilo G. Baio fb55440532 devel/py-stopit: Update to 1.1.2
Allow concurrent installation.
Reorder Makefile.
Update license to MIT.

Changes:	https://github.com/glenfant/stopit/blob/1.1.2/CHANGES.rst
2018-02-10 13:06:09 +00:00

19 lines
345 B
Makefile

# $FreeBSD$
PORTNAME= stopit
PORTVERSION= 1.1.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Timeout control decorator and context managers in Python
LICENSE= MIT
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>