f2712af58c
0.4.13 - Support for Python 3.7 - Support for MinGW x64
16 lines
449 B
Makefile
16 lines
449 B
Makefile
# $NetBSD: Makefile,v 1.6 2018/02/14 14:09:52 adam Exp $
|
|
|
|
DISTNAME= greenlet-0.4.13
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=g/greenlet/}
|
|
|
|
MAINTAINER= kamel.derouiche@gmail.com
|
|
HOMEPAGE= https://github.com/python-greenlet/greenlet
|
|
COMMENT= Lightweight in-process concurrent programming
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|