21 lines
463 B
Makefile
21 lines
463 B
Makefile
# Created by: Ting-Wei Lan <lantw44@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= meson
|
|
PORTVERSION= 0.49.2
|
|
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>
|