1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/devel/pycos/Makefile
Mikhail Teterin e1542fdada Upgrade from 4.8.9 to 4.8.11
Reported by:	distfile checker
2019-02-26 23:28:02 +00:00

21 lines
429 B
Makefile

# Created by: Mikhail Teterin
# $FreeBSD$
PORTNAME= pycos
PORTVERSION= 4.8.11
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>