ports/devel/py3-pygit2/Makefile
2017-06-02 11:03:31 +00: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"