mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
10 lines
243 B
Makefile
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"
|