f7c954df01
- While I'm here, add SLAVEDIRS PR: 217478 Submitted by: Danilo G. Baio (dbaio) <dbaio@bsd.com.br>
10 lines
228 B
Makefile
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"
|