ec373bbc2f
Notified by: koobs, wg
25 lines
518 B
Makefile
25 lines
518 B
Makefile
# Created by: Peter Schuller <peter.schuller@infidyne.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= greenlet
|
|
PORTVERSION= 0.4.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Light-weight microthreads for Python
|
|
|
|
LICENSE= MIT
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
USE_PYTHON= autoplist distutils
|
|
USES= python zip
|
|
|
|
post-build:
|
|
@${STRIP_CMD} ${WRKSRC}/greenlet.so
|
|
|
|
regression-test test: build
|
|
cd ${WRKSRC}/ && ${PYTHON_CMD} run-tests.py
|
|
|
|
.include <bsd.port.mk>
|