ports/devel/py-prompt_toolkit2/Makefile
Steve Wills c4337bad81 devel/py-prompt_toolkit2: create port
prompt_toolkit could be a replacement for GNU readline, but it can be much more
than that. Version 2.0 is incompatible with version 1.0.

WWW: https://github.com/prompt-toolkit/python-prompt-toolkit
2018-12-05 14:34:29 +00:00

24 lines
561 B
Makefile

# $FreeBSD$
PORTNAME= prompt_toolkit
PORTVERSION= 2.0.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 2
MAINTAINER= swills@FreeBSD.org
COMMENT= Library for building powerful interactive command lines in Python
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>