|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= meson |
4 |
PORTNAME= meson |
| 5 |
PORTVERSION= 0.56.2 |
5 |
PORTVERSION= 0.57.1 |
| 6 |
CATEGORIES= devel python |
6 |
CATEGORIES= devel python |
| 7 |
MASTER_SITES= https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/ |
7 |
MASTER_SITES= https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/ |
| 8 |
|
8 |
|
|
Lines 15-21
LICENSE_FILE= ${WRKSRC}/COPYING
Link Here
|
| 15 |
RUN_DEPENDS= ninja:devel/ninja |
15 |
RUN_DEPENDS= ninja:devel/ninja |
| 16 |
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} |
16 |
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} |
| 17 |
|
17 |
|
| 18 |
USES= python:3.5+ shebangfix |
18 |
USES= python:3.6+ shebangfix |
| 19 |
USE_PYTHON= autoplist distutils noflavors |
19 |
USE_PYTHON= autoplist distutils noflavors |
| 20 |
SHEBANG_FILES= mesonbuild/rewriter.py \ |
20 |
SHEBANG_FILES= mesonbuild/rewriter.py \ |
| 21 |
mesonbuild/scripts/cmake_run_ctgt.py |
21 |
mesonbuild/scripts/cmake_run_ctgt.py |