1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/devel/pycos/Makefile
Mikhail Teterin 7b569d24c2 Collapse the MASTER_SITES/SUBDIR into one line and actually record
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.
2018-08-14 14:02:04 +00:00

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>