mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
12 lines
249 B
Makefile
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"
|