cf118ccf87
Reported by: lwhsu
18 lines
414 B
Makefile
18 lines
414 B
Makefile
PORTNAME= pydispatcher
|
|
PORTVERSION= 2.0.5
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= PyDispatcher-${PORTVERSION}
|
|
|
|
MAINTAINER= eric@camachat.org
|
|
COMMENT= Multi-producer-multi-consumer signal dispatching mechanism
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/license.txt
|
|
|
|
NO_ARCH= yes
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|