diff options
Diffstat (limited to 'devel/py-gyp-next/Makefile')
-rw-r--r-- | devel/py-gyp-next/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/py-gyp-next/Makefile b/devel/py-gyp-next/Makefile new file mode 100644 index 000000000000..7d95672990ea --- /dev/null +++ b/devel/py-gyp-next/Makefile @@ -0,0 +1,26 @@ +PORTNAME= gyp-next +PORTVERSION= 0.20.2 +CATEGORIES= devel python +MASTER_SITES= PYPI \ + https://github.com/nodejs/gyp-next/releases/download/v${PORTVERSION}/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= gyp_next-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Fork of the GYP build system for use in the Node.js projects +WWW= https://github.com/nodejs/gyp-next + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=24.0:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> |