1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/meson/Makefile
2018-04-25 20:17:21 +00:00

22 lines
463 B
Makefile

# Created by: Ting-Wei Lan <lantw44@gmail.com>
# $FreeBSD$
PORTNAME= meson
PORTVERSION= 0.45.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.5+
USE_PYTHON= autoplist distutils noflavors
NO_ARCH= yes
.include <bsd.port.mk>