ports/devel/py3-setproctitle/Makefile
Dmitry Marakasov 27cab1b67b - Add py3-setproctitle, python counterpart of py-setproctitle
- While here, fix PYTHON_SITELIBDIR misuse, don't install license with docs and add PyPi WWW
2017-02-21 15:08:16 +00:00

8 lines
157 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-setproctitle
USES= python:3
.include "${MASTERDIR}/Makefile"