summaryrefslogtreecommitdiff
path: root/devel/binaryen/Makefile
blob: 7039da4a7b44b6a625509c068c37009dd7f63535 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	binaryen
DISTVERSION=	1.38.8
PORTREVISION=	2
CATEGORIES=	devel

MAINTAINER=	greg@unrelenting.technology
COMMENT=	Compiler infrastructure and toolchain library for WebAssembly

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cmake python:2.7,build compiler:c++11-lang
USE_GITHUB=	yes
GH_ACCOUNT=	WebAssembly
USE_LDCONFIG=	yes

BINARY_ALIAS=	python=${PYTHON_CMD}

.include <bsd.port.mk>