mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 08:49:15 -04:00
- 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)
12 lines
274 B
Makefile
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"
|