ports/devel/py3-click-threading/Makefile
Sunpoet Po-Chuan Hsieh c81fa62863 Add py3-click-threading 0.4.2
- While I'm here, fix indent

PR:		219233
Submitted by:	Rudolf Siegel <rs.os@t-online.de>
Approved by:	Christian Geier <geier@lostpackets.de> (maintainer)
2017-05-15 18:33:48 +00:00

12 lines
274 B
Makefile

# Created by: rs.os
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-click-threading
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py3-click
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py3-pytest \
${RUN_DEPENDS}
USES= python:3.3+
.include "${MASTERDIR}/Makefile"