mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
25 lines
610 B
Makefile
25 lines
610 B
Makefile
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= prompt_toolkit
|
|
PORTVERSION= 1.0.14
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@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 \
|
|
${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth
|
|
|
|
NO_ARCH= yes
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
USES?= python
|
|
|
|
SLAVEDIRS= devel/py3-prompt_toolkit
|
|
|
|
.include <bsd.port.mk>
|