blob: 4e099f1a4cf2db34d40655d947e7f2c77299e4ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-pydocstyle
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snowballstemmer>0:textproc/py3-snowballstemmer \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py3-six
USES= python:3 zip
.include "${MASTERDIR}/Makefile"
|