freebsd-ports/devel/py3-prompt_toolkit/Makefile
Sunpoet Po-Chuan Hsieh f7c954df01 Add py3-prompt_toolkit 1.0.13 (slave port of py-prompt_toolkit)
- While I'm here, add SLAVEDIRS

PR:		217478
Submitted by:	Danilo G. Baio (dbaio) <dbaio@bsd.com.br>
2017-03-03 10:27:18 +00:00

10 lines
228 B
Makefile

# $FreeBSD$
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py3-six \
${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py3-wcwidth
USES= python:3.3+
MASTERDIR= ${.CURDIR}/../py-prompt_toolkit
.include "${MASTERDIR}/Makefile"