mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
PR: 212507 Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> Approved by: Christian Geier <geier@lostpackets.de> (maintainer)
25 lines
506 B
Makefile
25 lines
506 B
Makefile
# Created by: Christian Geier <geier@lostpackets.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= click-threading
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= geier@lostpackets.de
|
|
COMMENT= Multithreaded Click apps made easy
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PYTHON_REL} < 3200
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}futures>=0:devel/py-futures
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|