ports/devel/pycos/Makefile
2024-05-18 11:22:43 +03:00

19 lines
443 B
Makefile

PORTNAME= pycos
PORTVERSION= 4.8.11
PORTREVISION= 2
CATEGORIES= devel net
MASTER_SITES= SF/${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@virtual-estates.net
COMMENT= Concurrent, Asynchronous, Distributed, Communicating Tasks with Python
WWW= https://pycos.sourceforge.io/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>