mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
19 lines
443 B
Makefile
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>
|