ports/devel/py-pydispatcher/Makefile
Steven Kreuzer e4044e2144 Rename port to py-pydispatcher
Change the PORTNAME to be lowercase and add an entry into MOVED
to document this change

Remove iso-8859-1 characters from pkg-descr

Reviewed by:	koobs, miwi
Approved by:	koobs
Differential Revision:	D11060
2017-06-06 13:30:11 +00:00

20 lines
422 B
Makefile

# $FreeBSD$
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
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>