mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
7b569d24c2
the run-time dependency of dispy on pycos. Reported by: mat Was going to put the Python's version into package-name's prefix as seems customary, to allow packages for different versions to be installed concurrently, but antoine beat me to it.
21 lines
428 B
Makefile
21 lines
428 B
Makefile
# Created by: Mikhail Teterin
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pycos
|
|
PORTVERSION= 4.7.7
|
|
CATEGORIES= devel net
|
|
MASTER_SITES= SF/${PORTNAME}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
|
COMMENT= Concurrent, Asynchronous, Distributed, Communicating Tasks with Python
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|