ports/devel/py3-prompt_toolkit/Makefile
Sunpoet Po-Chuan Hsieh 83a79c332e Add PORTSCOUT
2017-03-27 11:11:56 +00:00

12 lines
249 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+
PORTSCOUT= ignore:1
MASTERDIR= ${.CURDIR}/../py-prompt_toolkit
.include "${MASTERDIR}/Makefile"