forked from Lainports/opnsense-ports
11 lines
297 B
Makefile
11 lines
297 B
Makefile
# Created by: Ben Woods <woodsb02@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-execnet
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py3-setuptools_scm
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apipkg>=1.4:devel/py3-apipkg
|
|
|
|
USES= python:3.2+
|
|
|
|
.include "${MASTERDIR}/Makefile"
|