1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net/py-eventlet/Makefile

26 lines
532 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-eventlet
# Date created: 2010-07-22
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= eventlet
2012-08-31 13:43:31 +00:00
PORTVERSION= 0.9.17
CATEGORIES= net python
MASTER_SITES= CHEESESHOP \
http://www.c-s.li/ports/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cs@FreeBSD.org
COMMENT= Concurrent networking library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0:${PORTSDIR}/devel/py-greenlet
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>