mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
- While here, fix PYTHON_SITELIBDIR misuse, don't install license with docs and add PyPi WWW
8 lines
157 B
Makefile
8 lines
157 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-setproctitle
|
|
|
|
USES= python:3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|