fb55440532
Allow concurrent installation. Reorder Makefile. Update license to MIT. Changes: https://github.com/glenfant/stopit/blob/1.1.2/CHANGES.rst
19 lines
345 B
Makefile
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>
|