mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
21 lines
437 B
Makefile
21 lines
437 B
Makefile
# Created by: Ting-Wei Lan <lantw44@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= meson
|
|
PORTVERSION= 0.38.1
|
|
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
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|