mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
![Tobias Kortkamp](/assets/img/avatar_default.png)
Changes: https://mesonbuild.com/Release-notes-for-0-51-0.html PR: 238726 Submitted by: greg@unrelenting.technology (update to 0.50.1) Exp-run by: antoine
22 lines
463 B
Makefile
22 lines
463 B
Makefile
# Created by: Ting-Wei Lan <lantw44@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= meson
|
|
PORTVERSION= 0.51.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= High performance build system
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= ninja:devel/ninja
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= autoplist distutils noflavors
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|