1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/devel/py-bluelet/Makefile
Mark Felder 37eb925a14 Support STAGE
Approved by:	swills (mentor, implicit)
2014-01-27 18:38:19 +00:00

23 lines
468 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= bluelet
PORTVERSION= 0.2.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= feld@FreeBSD.org
COMMENT= Pure-Python asynchronous I/O using coroutines
LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/bluelet.py \
%%PYTHON_SITELIBDIR%%/bluelet.pyc \
%%PYTHON_SITELIBDIR%%/bluelet.pyo
.include <bsd.port.mk>