aboutsummaryrefslogtreecommitdiff
path: root/devel/py3-pygit2/Makefile
blob: 195404b74ec3f170999f05b254cc6a04ccf44e26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10

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"