mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
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
20 lines
422 B
Makefile
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>
|