opnsense-ports/devel/py3-pygit2/Makefile
Franco Fichtner 84d2ac597c */*: sync with upstream
Taken from: FreeBSD
2017-06-06 06:55:47 +02:00

10 lines
243 B
Makefile

MASTERDIR= ${.CURDIR}/../py-pygit2
USES= python:3.3+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py3-cffi
RUN_DEPENDS= ${BUILD_DEPENDS} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py3-six
.include "${MASTERDIR}/Makefile"