ports/devel/py-py_interface/Makefile
Po-Chuan Hsieh 626e4d6ccc
devel/py-py_interface: Convert to USE_PYTHON=pep517
- Remove DOCS option
- Bump PORTREVISION for package change
2024-07-07 00:12:01 +08:00

22 lines
539 B
Makefile

PORTNAME= py_interface
PORTVERSION= 2.3
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Python implementation of an Erlang node
WWW= https://www.lysator.liu.se/~tab/erlang/py_interface/
LICENSE= LGPL20
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>