2017-07-28 09:12:13 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2017/07/28 07:12:13 adam Exp $
|
2016-08-21 03:07:21 +02:00
|
|
|
|
2017-07-28 09:12:13 +02:00
|
|
|
DISTNAME= prompt_toolkit-1.0.15
|
2016-08-21 03:07:21 +02:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/prompt_toolkit/}
|
|
|
|
|
|
|
|
MAINTAINER= kamelderouiche@yahoo.com
|
|
|
|
HOMEPAGE= https://github.com/jonathanslenders/python-prompt-toolkit
|
|
|
|
COMMENT= Library for building powerful interactive command lines
|
|
|
|
LICENSE= modified-bsd
|
|
|
|
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
|
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|