1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/py3-six/Makefile
Steven Kreuzer 04481af800 Python 3 variant of devel/py-six
PR:		217473
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2017-03-02 16:55:16 +00:00

11 lines
210 B
Makefile

# Created by: Danilo G. Baio <dbaio@bsd.com.br>
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-six
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py3-pytest
USES= python:3.3+
.include "${MASTERDIR}/Makefile"